diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-03-01 19:41:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-01 19:41:37 +0100 |
| commit | ff3aaf036f0cb66cd8f404cd51c603e68aaa7676 (patch) | |
| tree | a8381709777a84aad1c3c679dc5807bab6f486db /tests/admin_views/tests.py | |
| parent | ea1e3703bee28bfbe4f32ceb39ad31763353b143 (diff) | |
Applied Black's 2025 stable style.
https://github.com/psf/black/releases/tag/25.1.0
Diffstat (limited to 'tests/admin_views/tests.py')
| -rw-r--r-- | tests/admin_views/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index 83e96f8749..1fa2c62353 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -7158,7 +7158,7 @@ class ReadonlyTest(AdminFieldExtractionMixin, TestCase): url = reverse("admin:admin_views_pizza_change", args=(pizza.pk,)) with self.settings(LANGUAGE_CODE="fr"): response = self.client.get(url) - self.assertContains(response, "<label>Toppings\u00A0:</label>", html=True) + self.assertContains(response, "<label>Toppings\u00a0:</label>", html=True) @override_settings(ROOT_URLCONF="admin_views.urls") |
