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 ef73076 commit 8e26d92Copy full SHA for 8e26d92
tests/scripts/envs/kafka.sh
@@ -1,5 +1,4 @@
1
export PYTEST_MARKER="-m kafka"
2
export DOCKER_DEPS="kafka"
3
-export KAFKA_HOST="kafka"
4
-export WAIT_FOR_HOST="kafka"
+export KAFKA_HOST="127.0.0.1"
5
export WAIT_FOR_PORT=9092
0 commit comments