diff --git a/tests/protocol_test.py b/tests/protocol_test.py index 4fd7770..333bc31 100644 --- a/tests/protocol_test.py +++ b/tests/protocol_test.py @@ -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)