Skip to content

Commit c45bb14

Browse files
committed
Update test exceptions
1 parent 35464ee commit c45bb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/protocol_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
def test_get_https_no_ssl(requests):
14-
with pytest.raises(AttributeError):
14+
with pytest.raises(ValueError):
1515
requests.get("https://" + mocket.MOCK_ENDPOINT_1)
1616

1717

0 commit comments

Comments
 (0)