Skip to content

Commit 69620ac

Browse files
Add InvalidURL import for DNS error test
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent aef78e8 commit 69620ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit_tests/sources/streams/http/test_http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
import pytest
1212
import requests
13+
from requests.exceptions import InvalidURL
1314

1415
from airbyte_cdk.models import AirbyteLogMessage, AirbyteMessage, Level, SyncMode, Type
1516
from airbyte_cdk.sources.streams import CheckpointMixin

0 commit comments

Comments
 (0)