Skip to content

Commit 481c1ed

Browse files
committed
fix: secret-token is not in the run-e2e.sh
1 parent 09fd045 commit 481c1ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/legacy/plugins/apm/e2e/ci/prepare-kibana.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "2/3 Ingest test data ..."
1212
pushd ${E2E_DIR}
1313
yarn install
1414
curl --silent https://storage.googleapis.com/apm-ui-e2e-static-data/events.json --output ingest-data/events.json
15-
node ingest-data/replay.js --server-url http://localhost:8201 --secret-token abcd --events ./ingest-data/events.json > ingest-data.log
15+
node ingest-data/replay.js --server-url http://localhost:8201 --events ./ingest-data/events.json > ingest-data.log
1616

1717
echo "3/3 Start Kibana ..."
1818
popd

0 commit comments

Comments
 (0)