fix backend testing script
All checks were successful
test-backend / test-x86_64 (push) Successful in 23s

This commit is contained in:
ІО-23 Шмуляр Олег 2025-05-25 21:59:37 +03:00
parent 8454474820
commit fd3fa4b531

View File

@ -37,5 +37,5 @@ assert_good_status
sleep 5
curl $ARGS -s http://$HOST/passes
test [ $(curl $ARGS -s http://$HOST/passes | jq '.result.[0]') != "null" ]
test "$(curl $ARGS -s http://$HOST/passes | jq '.result.[0]')" != "null"
assert_good_status