We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35464ee + c45bb14 commit d500e0cCopy full SHA for d500e0c
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