Update test string for updated translation

This commit is contained in:
Christopher C. Wells 2022-08-15 07:53:01 -07:00
parent ac26a535ca
commit 3ae5aa378e
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ class FormsTestCase(TestCase):
params = self.settings_template.copy()
params["language"] = "fr"
page = self.c.post("/user/settings/", data=params, follow=True)
self.assertContains(page, "Paramètres Utilisateur")
self.assertContains(page, "Paramètres utilisateur")
@override_settings(TIME_ZONE="US/Eastern")
def test_user_settings_timezone(self):