update Test_MarshalDashboard_WithEmptyCellType with table options
parent
9d6ebea95b
commit
8cb06a4e3a
|
@ -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{},
|
||||
|
|
Loading…
Reference in New Issue