Skip to content

Commit

Permalink
Update run_smoke_tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gscho authored Oct 29, 2023
1 parent 1a3c06f commit d4a27fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/run_smoke_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
exit 1
fi

0 comments on commit d4a27fa

Please sign in to comment.