fixed test in cherry picked commit

This commit is contained in:
Torkel Ödegaard
2018-08-21 14:01:52 +02:00
parent df83bf10a2
commit 1440e77bea
+1 -1
View File
@@ -21,7 +21,7 @@ func TestUserDataAccess(t *testing.T) {
Login: "user_test_login",
}
err := CreateUser(context.Background(), cmd)
err := CreateUser(cmd)
So(err, ShouldBeNil)
Convey("Loading a user", func() {