From c45bb144d7d12b1e3792bf706212ef432429e549 Mon Sep 17 00:00:00 2001 From: Justin Myers Date: Sat, 11 May 2024 09:19:51 -0700 Subject: [PATCH] Update test exceptions --- tests/protocol_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)