Skip to content

Commit

Permalink
Code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
novakzaballa committed Aug 15, 2024
1 parent e4acf8b commit 1357116
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ def test_fetch_issues_returns_error_on_bad_response_from_github(

# Then
assert response.status_code == status.HTTP_502_BAD_GATEWAY
assert "Failed to retrieve GitHub issues." in response.json()["detail"]


@responses.activate
Expand Down

0 comments on commit 1357116

Please sign in to comment.