From 00e74990ed0d583b20ff1b3aad6d6ed3ba6ef5c2 Mon Sep 17 00:00:00 2001 From: Dan Cech Date: Mon, 16 Apr 2018 17:44:39 -0400 Subject: [PATCH] remove old comment --- pkg/login/ldap_test.go | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pkg/login/ldap_test.go b/pkg/login/ldap_test.go index 577a70bb1dc..2e4fcaa5fab 100644 --- a/pkg/login/ldap_test.go +++ b/pkg/login/ldap_test.go @@ -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") - }) - */ - }) })