From 6ef0f5bc272b316f0fd6fa706d7eaf8f1822faa4 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 15 Apr 2025 14:24:12 +0100 Subject: Americanized some spellings. --- tests/admin_views/tests.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/admin_views') diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index b79b4a94a4..637f258ec0 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -1940,9 +1940,9 @@ class AdminViewFormUrlTest(TestCase): reverse("admin:admin_views_restaurant_add", current_app=self.current_app), {"name": "test_value"}, ) - # this would be the usual behaviour + # this would be the usual behavior self.assertNotContains(response, 'value="test_value"') - # this is the overridden behaviour + # this is the overridden behavior self.assertContains(response, 'value="overridden_value"') @@ -8806,7 +8806,7 @@ class GetFormsetsWithInlinesArgumentTest(TestCase): @override_settings(ROOT_URLCONF="admin_views.urls") class AdminSiteFinalCatchAllPatternTests(TestCase): """ - Verifies the behaviour of the admin catch-all view. + Verifies the behavior of the admin catch-all view. * Anonynous/non-staff users are redirected to login for all URLs, whether otherwise valid or not. -- cgit v1.3