added missing check to verify content_type change

This commit is contained in:
Mark McClain
2011-01-27 15:59:23 -05:00
parent f8f437d953
commit 55665dafa5

View File

@@ -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'