We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87c884 commit f3b6928Copy full SHA for f3b6928
airbyte_cdk/test/standard_tests/connector_base.py
@@ -131,12 +131,11 @@ def test_check(
131
AirbyteConnectionStatus, result.connection_status_messages[0].connectionStatus
132
)
133
if (
134
- scenario.expect_exception
+ scenario.expected_outcome.expect_exception()
135
and conn_status.status == Status.SUCCEEDED
136
and not result.errors
137
):
138
raise AssertionError(f"Expected error in `check` but got success.")
139
-
140
@classmethod
141
def get_connector_root_dir(cls) -> Path:
142
"""Get the root directory of the connector."""
0 commit comments