Skip to content

Commit

Permalink
Fix the tests to allow for the modified strings
Browse files Browse the repository at this point in the history
Signed-off-by: Akashdeep Dhar <[email protected]>
  • Loading branch information
gridhead committed Jan 18, 2024
1 parent 9194315 commit a38087f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/translations/test_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ def test_translation_in_template_french(client, compile_catalogs):
message = page.select_one(".alert.alert-danger")
assert (
message.get_text(strip=True)
== "404Cette page n'a pas été trouvée. Et voilà, tu as tout gâché."
== "404Cette page n'a pas été trouvée."
)

0 comments on commit a38087f

Please sign in to comment.