Skip to content

Commit 984f4eb

Browse files
Fix import for FailureType in test
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent b3c0734 commit 984f4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/streams/http/test_http.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from airbyte_cdk.sources.streams.core import StreamData
2121
from airbyte_cdk.sources.streams.http import HttpStream, HttpSubStream
2222
from airbyte_cdk.sources.streams.http.error_handlers import ErrorHandler, HttpStatusErrorHandler
23-
from airbyte_cdk.sources.streams.http.error_handlers.response_models import ResponseAction
23+
from airbyte_cdk.sources.streams.http.error_handlers.response_models import ResponseAction, FailureType
2424
from airbyte_cdk.sources.streams.http.exceptions import (
2525
DefaultBackoffException,
2626
RequestBodyException,

0 commit comments

Comments
 (0)