Skip to content

Commit

Permalink
Update unicode test
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 12, 2024
1 parent 0afa946 commit 0098dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/pages/tests/test_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ def test_unicode(self, app):
extra_environ=env,
)

assert u'<p>&#199;&#246;&#241;t&#233;&#241;t</p>' in response.get_data(as_text=True)
assert u'<p>Çöñtéñt</p>' in response.get_data(as_text=True)
assert u'<title>Tïtlé - CKAN</title>' in response.get_data(as_text=True)
assert u'<a href="/pages/page_unicode">Tïtlé</a>' in response.get_data(as_text=True)
assert u'<h1 class="page-heading">Tïtlé</h1>' in response.get_data(as_text=True)
Expand Down

0 comments on commit 0098dae

Please sign in to comment.