From 803524dc337ef1fe9f7fa75130318d5e6dcf6d38 Mon Sep 17 00:00:00 2001 From: Hood Chatham Date: Mon, 3 Nov 2025 15:09:07 -0800 Subject: [PATCH] Fix test failures --- tests/test_examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_examples.py b/tests/test_examples.py index 2bee174..61ccafa 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -82,7 +82,7 @@ def test_06_assets(dev_server): ("", "text/html"), ("image.svg", "image/svg+xml"), ("style.css", "text/css; charset=utf-8"), - ("script.js", "application/javascript"), + ("script.js", "text/javascript; charset=utf-8"), ("favicon.ico", "image/vnd.microsoft.icon"), ]