Adding test to cover registerAdminArnsHandlers() (#1835)

This commit is contained in:
Cesar Celis Hernandez
2022-04-13 10:13:19 -04:00
committed by GitHub
parent 68f9019d0e
commit 5e10719168
2 changed files with 39 additions and 1 deletions

View File

@@ -1142,7 +1142,7 @@ jobs:
result=${result%\%}
echo "result:"
echo $result
threshold=35.40
threshold=35.60
if (( $(echo "$result >= $threshold" |bc -l) )); then
echo "It is equal or greater than threshold, passed!"
else