Skip to content

Commit

Permalink
Update test exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
justmobilize committed May 11, 2024
1 parent 35464ee commit c45bb14
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 c45bb14

Please sign in to comment.