Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
test for content-type
Browse files Browse the repository at this point in the history
  • Loading branch information
oyiptong committed Jul 13, 2015
1 parent 068342f commit 026d2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/api/test_v3.py
Expand Up @@ -51,6 +51,7 @@ def test_success_noredirect(self):
headers=[("User-Agent", "TestClient")],
environ_base={"REMOTE_ADDR": "173.194.43.105"})
assert_equals(response.status_code, 200)
assert_equals(response.headers.get('Content-Type'), 'text/plain; charset=utf-8')

def test_success_channel(self):
"""
Expand Down

0 comments on commit 026d2d4

Please sign in to comment.