Skip to content

Commit

Permalink
Whack-a-Mole fedora-infra#4
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Philippsen <nils@redhat.com>
  • Loading branch information
nphilipp committed Jul 28, 2020
1 parent ea5af34 commit 099b122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noggin/tests/unit/utility/test___init__.py
Expand Up @@ -88,7 +88,7 @@ def test_with_ipa_anonymous(client):
@pytest.mark.vcr()
def test_with_ipa_spamcheck(client, dummy_user, spamcheck_status):
"""Test the with_ipa decorator"""
ipa_admin.user_mod("dummy", fasstatusnote=spamcheck_status, disabled=True)
ipa_admin.user_mod("dummy", fasstatusnote=spamcheck_status, o_nsaccountlock=True)
view = mock.Mock()
with current_app.test_request_context('/'):
maybe_ipa_login(current_app, session, "dummy", "dummy_password")
Expand Down

0 comments on commit 099b122

Please sign in to comment.