diff --git a/studio/backend/tests/test_desktop_auth.py b/studio/backend/tests/test_desktop_auth.py index 93134c93f3..0b873e7ef7 100644 --- a/studio/backend/tests/test_desktop_auth.py +++ b/studio/backend/tests/test_desktop_auth.py @@ -173,7 +173,7 @@ def test_upgrade_normalises_the_bootstrap_file(): b"legacy-bootstrap-secret ", ], ) -def test_only_an_exactly_untermimated_bootstrap_file_is_touched(other): +def test_only_an_exactly_unterminated_bootstrap_file_is_touched(other): # Appending is safe precisely because it is restricted to the one shape # released code produced. Everything else reads fine and is left alone. seed_user()