Update tests for scale to default to linear

pull/1934/head
Andrew Watkins 2017-08-24 09:22:57 -07:00
parent 45450dd475
commit bf87789350
1 changed files with 2 additions and 0 deletions

View File

@ -246,6 +246,7 @@ func Test_MarshalDashboard_WithLegacyBounds(t *testing.T) {
"y": chronograf.Axis{
Bounds: []string{},
Base: "10",
Scale: "linear",
},
},
Type: "line",
@ -320,6 +321,7 @@ func Test_MarshalDashboard_WithEmptyLegacyBounds(t *testing.T) {
"y": chronograf.Axis{
Bounds: []string{},
Base: "10",
Scale: "linear",
},
},
Type: "line",