diff --git a/tests/end/test_ending.py b/tests/end/test_ending.py index 3ae2442dc..c11d36af0 100644 --- a/tests/end/test_ending.py +++ b/tests/end/test_ending.py @@ -285,7 +285,7 @@ def test_get_static_sink(): # get trial.js rep = client.simulate_get('/static/index.js') assert rep.status == falcon.HTTP_OK - assert rep.headers['content-type'] == 'application/javascript; charset=UTF-8' + assert rep.headers['content-type'] == 'text/javascript; charset=UTF-8' assert len(rep.text) > 0 assert rep.text == '// vanilla index.js\n\nm.render(document.body, "Hello world")\n'