From 9ddba17d46c6e6f42c1354d1ac6d46bef475bc84 Mon Sep 17 00:00:00 2001 From: Ana Gelez Date: Mon, 10 Aug 2020 18:59:52 +0200 Subject: [PATCH] I guess it was localhost this time --- script/run_browser_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/run_browser_test.sh b/script/run_browser_test.sh index b4d2804f..729bf537 100755 --- a/script/run_browser_test.sh +++ b/script/run_browser_test.sh @@ -12,7 +12,7 @@ plm users new -n admin -N 'Admin' -e 'email@exemple.com' -p 'password' plume & caddy -conf /Caddyfile & -until curl http://integration:7878/test/health -f; do sleep 1; done #2>/dev/null >/dev/null +until curl http://localhost:7878/test/health -f; do sleep 1; done #2>/dev/null >/dev/null cd $(dirname $0)/browser_test/ python3 -m unittest *.py