There was an error while loading. Please reload this page.
1 parent 64b36e5 commit 803524dCopy full SHA for 803524d
1 file changed
tests/test_examples.py
@@ -82,7 +82,7 @@ def test_06_assets(dev_server):
82
("", "text/html"),
83
("image.svg", "image/svg+xml"),
84
("style.css", "text/css; charset=utf-8"),
85
- ("script.js", "application/javascript"),
+ ("script.js", "text/javascript; charset=utf-8"),
86
("favicon.ico", "image/vnd.microsoft.icon"),
87
]
88
0 commit comments