Fix bug in error handlers.

Correct spelling error
This commit is contained in:
Rebecca Law
2016-03-11 10:16:06 +00:00
parent 4ba801edab
commit f63a85d003
5 changed files with 24 additions and 10 deletions

View File

@@ -19,8 +19,6 @@ def test_sign_out_user(app_,
mock_login,
mock_get_jobs):
with app_.test_request_context():
email = 'valid@example.gov.uk'
password = 'val1dPassw0rd!'
with app_.test_client() as client:
client.login(api_user_active)
with client.session_transaction() as session: