Skip to content

Commit

Permalink
Add better logs
Browse files Browse the repository at this point in the history
Signed-off-by: FlamingSaint <raghuramkannan400@gmail.com>
  • Loading branch information
FlamingSaint committed Jul 16, 2024
1 parent 09a2c78 commit 08c1cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spm-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ validate_service_metrics() {
fi

if [[ $threshold -eq 0 ]]; then
echo "❌ ERROR: Zero values above threshold limit not expected"
echo "❌ ERROR: Zero values crossing threshold limit not expected (Threshold limit - '$threshold')"
return 1
fi
done
Expand Down

0 comments on commit 08c1cc3

Please sign in to comment.