Skip to content

Commit

Permalink
Update tests/repositories/test_legacy_repository.py
Browse files Browse the repository at this point in the history
Co-authored-by: Arun Babu Neelicattu <arun.neelicattu@gmail.com>
  • Loading branch information
cereblanco and abn authored Feb 10, 2021
1 parent e9e0d93 commit 515ed6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/repositories/test_legacy_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def test_get_200_returns_page(http):
assert repo._get("/foo")


def test_get_401_403_404_and_returns_none(http):
def test_get_40x_and_returns_none(http):
endpoints = {"/{}".format(code): code for code in {401, 403, 404}}
repo = MockHttpRepository(endpoints, http)

Expand Down

0 comments on commit 515ed6b

Please sign in to comment.