From fdbe45eb23b254293635cefe9500906a05b4477d Mon Sep 17 00:00:00 2001 From: Gabriel Grubba <70247653+Grubba27@users.noreply.github.com> Date: Tue, 19 Sep 2023 17:08:25 -0300 Subject: [PATCH] updated puppeter url --- packages/test-in-console/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/test-in-console/run.sh b/packages/test-in-console/run.sh index d183678761..38012a605d 100755 --- a/packages/test-in-console/run.sh +++ b/packages/test-in-console/run.sh @@ -24,7 +24,7 @@ export PATH=$METEOR_HOME:$PATH # synchronously get the dev bundle and NPM modules if they're not there. ./meteor --help || exit 1 -export URL='http://localhost:4096/' +export URL='http://127.0.0.1:4096/' export METEOR_PACKAGE_DIRS='packages/deprecated' exec 3< <(meteor test-packages --driver-package test-in-console -p 4096 --exclude ${TEST_PACKAGES_EXCLUDE:-''} $1)