We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f5b44 commit 9b7bc45Copy full SHA for 9b7bc45
tests/integration_tests/test_views.py
@@ -26,7 +26,7 @@ def test_view_with_inline_scss(client):
26
assert response.status_code == 200
27
assert re.search(
28
r'<style type="text/css">.title \{\n\s*font: bold 30px Arial, sans-serif;\n\}\s*</style>',
29
- response.content.decode()
+ response.content.decode('utf8')
30
)
31
32
0 commit comments