Skip to content

Commit

Permalink
Include error 400.
Browse files Browse the repository at this point in the history
  • Loading branch information
teleyinex committed May 29, 2015
1 parent d025c85 commit 54cea99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_update_task_errors(self, Mock):
"""Test update task errors works"""
targets = ['task']
errors = {'Unauthorized': 401, 'NotFound': 404, 'Forbidden': 401,
'TypeError': 415}
'TypeError': 415, 'BadRequest': 400}
for target in targets:
for error in errors.keys():
err_output = self.create_error_output(action='POST',
Expand Down

0 comments on commit 54cea99

Please sign in to comment.