Этот коммит содержится в:
Joram Wilander
2017-03-31 10:00:01 -04:00
коммит произвёл Christopher Speller
родитель 5d56fbb036
Коммит 84826bf563

Просмотреть файл

@@ -1177,7 +1177,7 @@ func TestCheckUserMfa(t *testing.T) {
}
}
/*func TestGenerateMfaSecret(t *testing.T) {
func TestGenerateMfaSecret(t *testing.T) {
th := Setup().InitBasic().InitSystemAdmin()
defer TearDown()
Client := th.Client
@@ -1198,7 +1198,7 @@ func TestCheckUserMfa(t *testing.T) {
_, resp = th.SystemAdminClient.GenerateMfaSecret(th.BasicUser.Id)
CheckNotImplementedStatus(t, resp)
}*/
}
func TestUpdateUserPassword(t *testing.T) {
th := Setup().InitBasic().InitSystemAdmin()