added missing check to verify content_type change
This commit is contained in:
@@ -632,3 +632,4 @@ class TestEngines(object):
|
||||
r = app.get('/')
|
||||
assert r.status_int == 200
|
||||
assert 'Override' in r.body
|
||||
assert r.content_type == 'text/plain'
|
||||
|
||||
Reference in New Issue
Block a user