Skip to content

Commit

Permalink
Fix expected bind options
Browse files Browse the repository at this point in the history
  • Loading branch information
grafnu committed Jan 8, 2025
1 parent 23a9efe commit e8ce06b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test_runlocal
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ deletes=$(find out/registries/ -name \*update_model.json | xargs jq .cloud.opera
[[ $deletes == 1 ]] || fail Expected 1 delete operations, found $deletes

binds=$(find out/registries/ -name \*update_model.json | xargs jq .cloud.operation | fgrep BIND | wc -l)
[[ $binds == 4 ]] || fail Expected 4 bind operations, found $binds
[[ $binds == 2 ]] || fail Expected 2 bind operations, found $binds

echo Done with successful runlocal validation.

0 comments on commit e8ce06b

Please sign in to comment.