Various fixes to data access

This commit is contained in:
Torkel Ödegaard
2015-01-20 15:23:14 +01:00
parent 0a695ba17a
commit 4ea5d80099
8 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ func TestDashboardDataAccess(t *testing.T) {
})
Convey("Should be able to get dashboard tags", func() {
query := m.GetDashboardTagsQuery{}
query := m.GetDashboardTagsQuery{AccountId: 1}
err := GetDashboardTags(&query)
So(err, ShouldBeNil)