mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
database: fixes after xorm update
This commit is contained in:
@@ -46,6 +46,7 @@ func TestDashboardFolderDataAccess(t *testing.T) {
|
||||
OrgId: 1, DashboardIds: []int64{folder.Id, dashInRoot.Id},
|
||||
}
|
||||
err := SearchDashboards(query)
|
||||
|
||||
So(err, ShouldBeNil)
|
||||
So(len(query.Result), ShouldEqual, 1)
|
||||
So(query.Result[0].Id, ShouldEqual, dashInRoot.Id)
|
||||
|
||||
Reference in New Issue
Block a user