Skip to content

Commit

Permalink
Merge pull request #192 from justmobilize/exception-test-updates
Browse files Browse the repository at this point in the history
Update test exceptions
  • Loading branch information
dhalbert committed May 12, 2024
2 parents 35464ee + c45bb14 commit d500e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/protocol_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


def test_get_https_no_ssl(requests):
with pytest.raises(AttributeError):
with pytest.raises(ValueError):
requests.get("https://" + mocket.MOCK_ENDPOINT_1)


Expand Down

0 comments on commit d500e0c

Please sign in to comment.