Skip to content

Commit 2e587c4

Browse files
committed
fix if condition
1 parent cb9c037 commit 2e587c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/test/standard_tests/docker_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def test_docker_image_build_and_check(
158158
- In the rare case that image caches need to be cleared, please clear
159159
the local docker image cache using `docker image prune -a` command.
160160
"""
161-
if scenario.expect_exception:
161+
if scenario.expected_outcome.expect_exception():
162162
pytest.skip("Skipping test_docker_image_build_and_check (expected to fail).")
163163

164164
tag = "dev-latest"

0 commit comments

Comments
 (0)