remove old comment

This commit is contained in:
Dan Cech
2018-04-16 17:44:39 -04:00
parent 857830d981
commit 00e74990ed

View File

@@ -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")
})
*/
})
})