Commit 00e74990 by Dan Cech

remove old comment

parent 857830d9
......@@ -77,16 +77,6 @@ func TestLdapAuther(t *testing.T) {
So(result.Login, ShouldEqual, "torkelo")
})
/*
Convey("Should create new user", func() {
So(sc.getUserByAuthInfoQuery.Login, ShouldEqual, "torkelo")
So(sc.getUserByAuthInfoQuery.Email, ShouldEqual, "my@email.com")
So(sc.createUserCmd.Login, ShouldEqual, "torkelo")
So(sc.createUserCmd.Email, ShouldEqual, "my@email.com")
})
*/
})
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment