Skip to content

Commit

Permalink
fix port of pulsar url
Browse files Browse the repository at this point in the history
  • Loading branch information
Rossil2012 committed Sep 22, 2023
1 parent faa46db commit 23e31ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/scripts/e2e-pulsar-sink-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -euo pipefail

echo "--- check pulsar"
curl http://pulsar:6651/admin/v2/clusters
curl http://pulsar:8080/admin/v2/clusters

echo "--- testing pulsar sink"
sqllogictest -p 4566 -d dev './e2e_test/sink/pulsar_sink.slt'
Expand Down

0 comments on commit 23e31ba

Please sign in to comment.