Browse Source

remove old comment

Dan Cech 7 years ago
parent
commit
00e74990ed
1 changed files with 0 additions and 10 deletions
  1. 0 10
      pkg/login/ldap_test.go

+ 0 - 10
pkg/login/ldap_test.go

@@ -77,16 +77,6 @@ func TestLdapAuther(t *testing.T) {
 				So(result.Login, ShouldEqual, "torkelo")
 				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")
-				})
-			*/
-
 		})
 		})
 
 
 	})
 	})