mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove old comment
This commit is contained in:
@@ -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")
|
||||
})
|
||||
*/
|
||||
|
||||
})
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user