Skip to content

Commit

Permalink
Fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jul 5, 2024
1 parent 5346835 commit 2002c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def test_smoke(self):
self.assertContains(r, '<a href="/test2/">test2</a>')

r = su_client.get(p.get_absolute_url(), headers={"accept-language": "en"})
self.assertContains(r, p.token)
self.assertContains(r, superuser.token)
self.assertContains(
r,
'<a href="/test/fr/djangojs/">French, djangojs (100%)</a>',
Expand Down

0 comments on commit 2002c40

Please sign in to comment.