Skip to content

Commit 35546a8

Browse files
committed
java images don't like --config=...
1 parent af99d50 commit 35546a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

airbyte_cdk/test/standard_tests/docker_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ def test_docker_image_build_and_check(
170170
f"{temp_config_file}:{container_config_path}",
171171
connector_image,
172172
"check",
173-
f"--config={container_config_path}",
173+
"--config",
174+
container_config_path,
174175
],
175176
check=True, # Raise an error if the command fails
176177
capture_output=False,

0 commit comments

Comments
 (0)