diff --git a/scripts/run_smoke_tests.sh b/scripts/run_smoke_tests.sh index 91efc83..11bb120 100755 --- a/scripts/run_smoke_tests.sh +++ b/scripts/run_smoke_tests.sh @@ -46,7 +46,8 @@ if [ "$numGems" != "$numGemsBackup" ]; then exit 1 fi -metrics=$(curl -s localhost:2020/metrics | grep "gemfast") +metrics=$(curl -s http://localhost/metrics | grep "gemfast") if [[ $metrics == "" ]] ; then echo "Metrics endpoint is not working" -fi \ No newline at end of file + exit 1 +fi