summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--api4/user_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/api4/user_test.go b/api4/user_test.go
index 7653601e0..220ed124f 100644
--- a/api4/user_test.go
+++ b/api4/user_test.go
@@ -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()