From 8b0767906096e30cc97b0f76de8dc5efc8ba1e62 Mon Sep 17 00:00:00 2001 From: "Dr. Phil Maffettone" <43007690+maffettone@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:42:59 -0500 Subject: [PATCH] Update tiled/_tests/test_authentication.py Co-authored-by: Dan Allan --- tiled/_tests/test_authentication.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiled/_tests/test_authentication.py b/tiled/_tests/test_authentication.py index 93b76b61a..20882a4b2 100644 --- a/tiled/_tests/test_authentication.py +++ b/tiled/_tests/test_authentication.py @@ -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