Skip to content

Commit

Permalink
fix kafka tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekneg54 committed Mar 25, 2024
1 parent a215698 commit 2616865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/connector/test_real_kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
def setup_module():
if not in_ci:
subprocess.run(
["docker-compose", "-f", "quickstart/docker compose.yml", "up", "-d", "kafka"]
["docker", "compose", "-f", "quickstart/docker-compose.yml", "up", "-d", "kafka"]
)


Expand Down

0 comments on commit 2616865

Please sign in to comment.