fixed unit tests

This commit is contained in:
Torkel Ödegaard
2017-11-21 11:53:56 +01:00
parent 8daff73ba2
commit ccbdb29f07
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -114,7 +114,7 @@ func TestDashboardDataAccess(t *testing.T) {
Convey("Should be able to search for a dashboard folder's children", func() {
query := search.FindPersistedDashboardsQuery{
OrgId: 1,
FolderId: savedFolder.Id,
FolderIds: []int64{savedFolder.Id},
SignedInUser: &m.SignedInUser{OrgId: 1},
}
@@ -218,7 +218,7 @@ func TestDashboardDataAccess(t *testing.T) {
query := search.FindPersistedDashboardsQuery{
OrgId: 1,
FolderId: savedFolder.Id,
FolderIds: []int64{savedFolder.Id},
SignedInUser: &m.SignedInUser{},
}