mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dashboard: fix failing test. #7883
This commit is contained in:
parent
5b35c694dc
commit
fc7bab8bf0
@ -49,6 +49,7 @@ func TestGetDashboardVersion(t *testing.T) {
|
||||
|
||||
err = GetDashboard(&dashCmd)
|
||||
So(err, ShouldBeNil)
|
||||
dashCmd.Result.Data.Del("uid")
|
||||
eq := reflect.DeepEqual(dashCmd.Result.Data, query.Result.Data)
|
||||
So(eq, ShouldEqual, true)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user