Skip to content

Commit 8531309

Browse files
authored
Add test for painting.jpg asset (#62)
1 parent 81d6088 commit 8531309

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_examples.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def test_06_assets(dev_server):
8484
("style.css", "text/css; charset=utf-8"),
8585
("script.js", "text/javascript; charset=utf-8"),
8686
("favicon.ico", "image/vnd.microsoft.icon"),
87+
("painting.jpg", "image/jpeg"),
8788
]
8889

8990
for path, content_type in pairs:

0 commit comments

Comments
 (0)