Skip to content

Commit 2b1164c

Browse files
author
Oleg Skinderev
committed
fix mime-type
1 parent 0976dc9 commit 2b1164c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_s02_server_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_file_not_found(server):
120120
request = 'images/ccccube.svg'
121121
res = server.get(f'/{request}')
122122
assert res.status_code == 404
123-
assert res.headers['content-type'] == 'text/html'
123+
assert res.headers['content-type'] == 'text/plain'
124124

125125

126126
def test_index_html(server):

0 commit comments

Comments
 (0)