Skip to content

Commit

Permalink
Wsgi test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
coagulant committed Jul 9, 2013
1 parent 87a5762 commit b731fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_releasedate.py
Expand Up @@ -151,7 +151,7 @@ def test_wsgi(self):
os.environ['RELEASEDATE_CONFIG'] = os.path.join(os.path.dirname(__file__), 'releasedate.cfg')
from releasedate.wsgi import application
app_iter, status, header = run_wsgi_app(application, create_environ())
assert status == 409
assert status == '409 CONFLICT'


class TestServerErrors(ReleasedateTestCase):
Expand Down

0 comments on commit b731fcb

Please sign in to comment.