Skip to content

Commit

Permalink
Fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Jan 16, 2025
1 parent 38042f5 commit 2d681d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testapp/test_cookiecontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def test_feincms3_cookiecontrol_tag(self):
def test_view(self):
response = self.client.get("/inject-f3cc.js")
self.assertContains(response, "window.f3ccData")
self.assertContains(response, "document.createElement")
self.assertContains(response, ".createElement")
self.assertEqual(response["content-type"], "text/javascript; charset=UTF-8")
self.assertContains(response, '"ppu":null')
# print(response)
Expand Down

0 comments on commit 2d681d9

Please sign in to comment.