aboutsummaryrefslogtreecommitdiffstats
path: root/csit/resources/scripts/setup-apex-pdp.sh
diff options
context:
space:
mode:
Diffstat (limited to 'csit/resources/scripts/setup-apex-pdp.sh')
-rwxr-xr-xcsit/resources/scripts/setup-apex-pdp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/resources/scripts/setup-apex-pdp.sh b/csit/resources/scripts/setup-apex-pdp.sh
index 198a6017a..1f04fc85 100755
--- a/csit/resources/scripts/setup-apex-pdp.sh
+++ b/csit/resources/scripts/setup-apex-pdp.sh
@@ -26,7 +26,7 @@ source "${SCRIPTS}"/setup-pap.sh
# wait for the app to start up
bash "${SCRIPTS}"/wait_for_rest.sh localhost ${APEX_PORT}
-export KAFKA_IP="kafka:${KAFKA_PORT}"
+export KAFKA_IP="localhost:${KAFKA_PORT}"
export SUITES="apex-pdp-test.robot
apex-slas.robot"