Skip to content

Commit

Permalink
Update tiled/_tests/test_authentication.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Allan <[email protected]>
  • Loading branch information
maffettone and danielballan authored Nov 21, 2024
1 parent c9816e6 commit 8b07679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tiled/_tests/test_authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def test_password_auth(enter_username_password, config):

def test_password_auth_hook(config):
with Context.from_app(build_app_from_config(config)) as context:
# Passing prompt_for_reauthentication=False should riase an
# Passing prompt_for_reauthentication=False should raise
with pytest.raises(CannotPrompt):
context.authenticate(
username="alice", password="secret1", prompt_for_reauthentication=False
Expand Down

0 comments on commit 8b07679

Please sign in to comment.