update Test_MarshalDashboard_WithEmptyCellType with table options

pull/2968/head
Iris Scholten 2018-03-13 10:38:33 -07:00
parent 9d6ebea95b
commit 8cb06a4e3a
1 changed files with 3 additions and 0 deletions

View File

@ -472,6 +472,9 @@ func Test_MarshalDashboard_WithEmptyCellType(t *testing.T) {
Queries: []chronograf.DashboardQuery{},
Axes: map[string]chronograf.Axis{},
CellColors: []chronograf.CellColor{},
TableOptions: chronograf.TableOptions{
ColumnNames: []chronograf.TableColumn{},
},
},
},
Templates: []chronograf.Template{},