Skip to content
This repository was archived by the owner on Dec 14, 2022. It is now read-only.

Commit 434a3cb

Browse files
author
Chris Wiechmann
committed
Update metricbeat-entrypoint-test.bats
1 parent 58ba053 commit 434a3cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metricbeat/scripts/metricbeat-entrypoint-test.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ setup() {
3636
@test "invoke metric-entrypoint with ELASTICSEARCH_HOSTS including spaces prints adjusted hosts" {
3737
export ELASTICSEARCH_HOSTS="https://elasticsearch1.host:9200 , https://elasticsearch2.host:9202, https://elasticsearch3.host:9203"
3838
export METRICBEAT_MODULES="kibana,elasticsearch"
39-
metricbeat/scripts/metricbeat-entrypoint.sh
39+
run metricbeat/scripts/metricbeat-entrypoint.sh
4040
echo "Line 0: ${lines[0]}"
4141
echo "Line 1: ${lines[1]}"
4242
echo "Line 2: ${lines[2]}"

0 commit comments

Comments
 (0)