Skip to content

Commit 8e26d92

Browse files
committed
Use 127.0.0.1 as KAFKA_HOST
1 parent ef73076 commit 8e26d92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/scripts/envs/kafka.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export PYTEST_MARKER="-m kafka"
22
export DOCKER_DEPS="kafka"
3-
export KAFKA_HOST="kafka"
4-
export WAIT_FOR_HOST="kafka"
3+
export KAFKA_HOST="127.0.0.1"
54
export WAIT_FOR_PORT=9092

0 commit comments

Comments
 (0)