chore: fix tests
parent
b600559d53
commit
e97a0eb027
|
@ -53,7 +53,7 @@ func TestView_MarshalJSON(t *testing.T) {
|
|||
"shadeBelow": false,
|
||||
"position": "",
|
||||
"timeFormat": "",
|
||||
"hoverDimension": "y"
|
||||
"hoverDimension": ""
|
||||
}
|
||||
}
|
||||
`,
|
||||
|
|
|
@ -461,7 +461,7 @@ func TestService_handleGetDashboard(t *testing.T) {
|
|||
"note": "",
|
||||
"queries": null,
|
||||
"shadeBelow": false,
|
||||
"hoverDimension": "y",
|
||||
"hoverDimension": "",
|
||||
"showNoteWhenEmpty": false,
|
||||
"timeFormat": "",
|
||||
"type": "xy",
|
||||
|
@ -978,7 +978,7 @@ func TestService_handlePostDashboard(t *testing.T) {
|
|||
"position": "",
|
||||
"queries": null,
|
||||
"shadeBelow": false,
|
||||
"hoverDimension": "y",
|
||||
"hoverDimension": "",
|
||||
"showNoteWhenEmpty": false,
|
||||
"timeFormat": "",
|
||||
"type": "",
|
||||
|
|
Loading…
Reference in New Issue