Skip to content

Commit 52d8345

Browse files
authored
Fix test failures (#44)
1 parent 64b36e5 commit 52d8345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def test_06_assets(dev_server):
8282
("", "text/html"),
8383
("image.svg", "image/svg+xml"),
8484
("style.css", "text/css; charset=utf-8"),
85-
("script.js", "application/javascript"),
85+
("script.js", "text/javascript; charset=utf-8"),
8686
("favicon.ico", "image/vnd.microsoft.icon"),
8787
]
8888

0 commit comments

Comments
 (0)