Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: FlamingSaint <[email protected]>
  • Loading branch information
FlamingSaint committed Jul 23, 2024
1 parent b17125a commit f7a749e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/spm-integration-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ validate_service_metrics() {
local expected_max_zero_count=4
for value in "${metric_points[@]}"; do
if [[ $(echo "$value > 0.0" | bc) == "1" ]]; then
flag=true
non_zero_count=$((non_zero_count + 1))
else
zero_count=$((zero_count + 1))
Expand Down

0 comments on commit f7a749e

Please sign in to comment.