Skip to content

Commit

Permalink
Fixed failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dklawren committed Jan 19, 2024

Verified

This commit was signed with the committer’s verified signature.
mzagaja Matthew Zagaja
1 parent c381af6 commit 212865a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qa/t/1_test_duo_requirement.t
Original file line number Diff line number Diff line change
@@ -175,8 +175,9 @@ $t->put_ok(Bugzilla->localconfig->urlbase
{'X-Bugzilla-API-Key' => $config->{admin_user_api_key}} => json =>
$user_update)->status_is(200)->json_has('/users');

# User just removed from duo required must add MFA to theimyr
# account once they have logged in
# User just removed from duo required must add MFA
# to their account once they have logged in
$sel->open_ok('/enter_bug.cgi', undef, 'Try to enter a new bug');
$sel->type_ok(
'Bugzilla_login',
$config->{duo_user_login},

0 comments on commit 212865a

Please sign in to comment.