mirror of https://github.com/snachodog/mybuddy.git
Update test string for updated translation
This commit is contained in:
parent
ac26a535ca
commit
3ae5aa378e
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue