浏览代码

remove old comment

Dan Cech 7 年之前
父节点
当前提交
00e74990ed
共有 1 个文件被更改,包括 0 次插入10 次删除
  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")
 			})
 
-			/*
-				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")
-				})
-			*/
-
 		})
 
 	})