From 813c4ce303da3997a6e7cf5a414908e8a1653943 Mon Sep 17 00:00:00 2001 From: Ade Oshineye Date: Tue, 3 Feb 2026 22:04:54 +0000 Subject: [PATCH 1/2] Add test for painting.jpg asset in 06-assets example --- tests/test_examples.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_examples.py b/tests/test_examples.py index 163c8ca..c0555b9 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -84,6 +84,7 @@ def test_06_assets(dev_server): ("style.css", "text/css; charset=utf-8"), ("script.js", "text/javascript; charset=utf-8"), ("favicon.ico", "image/vnd.microsoft.icon"), + ("painting.jpg", "image/jpeg") ] for path, content_type in pairs: From 186f2013de4e162d10feaeb9187102476894ca1d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 22:05:12 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- 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 c0555b9..f1d931a 100644 --- a/tests/test_examples.py +++ b/tests/test_examples.py @@ -84,7 +84,7 @@ def test_06_assets(dev_server): ("style.css", "text/css; charset=utf-8"), ("script.js", "text/javascript; charset=utf-8"), ("favicon.ico", "image/vnd.microsoft.icon"), - ("painting.jpg", "image/jpeg") + ("painting.jpg", "image/jpeg"), ] for path, content_type in pairs: