Skip to content

Commit

Permalink
Re-enable MFA test (#5911)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilander authored and crspeller committed Mar 31, 2017
1 parent 5d56fbb commit 84826bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api4/user_test.go
Expand Up @@ -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
Expand All @@ -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()
Expand Down

0 comments on commit 84826bf

Please sign in to comment.