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 af99d50 commit 35546a8Copy full SHA for 35546a8
airbyte_cdk/test/standard_tests/docker_base.py
@@ -170,7 +170,8 @@ def test_docker_image_build_and_check(
170
f"{temp_config_file}:{container_config_path}",
171
connector_image,
172
"check",
173
- f"--config={container_config_path}",
+ "--config",
174
+ container_config_path,
175
],
176
check=True, # Raise an error if the command fails
177
capture_output=False,
0 commit comments