Skip to content

Commit d500e0c

Browse files
authored
Merge pull request #192 from justmobilize/exception-test-updates
Update test exceptions
2 parents 35464ee + c45bb14 commit d500e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/protocol_test.py

+1-1
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)