Skip to content

Commit

Permalink
Update exception tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dobesv committed Nov 4, 2015
1 parent 2bc26f4 commit de06429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_exceptions.py
Expand Up @@ -30,7 +30,7 @@ def test_proxy_exception():

@pytest.mark.parametrize('test', [
(exceptions.BadRequest, 400),
(exceptions.Unauthorized, 401),
(exceptions.Unauthorized, 401, ['Basic "test realm"']),
(exceptions.Forbidden, 403),
(exceptions.NotFound, 404),
(exceptions.MethodNotAllowed, 405, ['GET', 'HEAD']),
Expand Down

0 comments on commit de06429

Please sign in to comment.