Re-enable MFA test (#5911)
Этот коммит содержится в:
коммит произвёл
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()
|
th := Setup().InitBasic().InitSystemAdmin()
|
||||||
defer TearDown()
|
defer TearDown()
|
||||||
Client := th.Client
|
Client := th.Client
|
||||||
@@ -1198,7 +1198,7 @@ func TestCheckUserMfa(t *testing.T) {
|
|||||||
|
|
||||||
_, resp = th.SystemAdminClient.GenerateMfaSecret(th.BasicUser.Id)
|
_, resp = th.SystemAdminClient.GenerateMfaSecret(th.BasicUser.Id)
|
||||||
CheckNotImplementedStatus(t, resp)
|
CheckNotImplementedStatus(t, resp)
|
||||||
}*/
|
}
|
||||||
|
|
||||||
func TestUpdateUserPassword(t *testing.T) {
|
func TestUpdateUserPassword(t *testing.T) {
|
||||||
th := Setup().InitBasic().InitSystemAdmin()
|
th := Setup().InitBasic().InitSystemAdmin()
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user