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 cb9c037 commit 2e587c4Copy full SHA for 2e587c4
airbyte_cdk/test/standard_tests/docker_base.py
@@ -158,7 +158,7 @@ def test_docker_image_build_and_check(
158
- In the rare case that image caches need to be cleared, please clear
159
the local docker image cache using `docker image prune -a` command.
160
"""
161
- if scenario.expect_exception:
+ if scenario.expected_outcome.expect_exception():
162
pytest.skip("Skipping test_docker_image_build_and_check (expected to fail).")
163
164
tag = "dev-latest"
0 commit comments