We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35464ee commit c45bb14Copy full SHA for c45bb14
tests/protocol_test.py
@@ -11,7 +11,7 @@
11
12
13
def test_get_https_no_ssl(requests):
14
- with pytest.raises(AttributeError):
+ with pytest.raises(ValueError):
15
requests.get("https://" + mocket.MOCK_ENDPOINT_1)
16
17
0 commit comments