From c39834a96a2c49565cdb1c64d9d178a73d0e0548 Mon Sep 17 00:00:00 2001 From: danielhanchen Date: Wed, 29 Jul 2026 07:43:45 +0000 Subject: [PATCH] Fix a typo in a bootstrap normalisation test name --- studio/backend/tests/test_desktop_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()