Skip to content

Commit

Permalink
Fix issue with api token wait check not working (#7566)
Browse files Browse the repository at this point in the history
  • Loading branch information
floryut authored Apr 30, 2021
1 parent a0ee569 commit d29ea38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testcases/030_check-network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
executable: /bin/bash
changed_when: false
register: default_token
until: default_token.stdout.find('<none>') == -1
until: default_token.stdout | length > 0
retries: 5
delay: 5

Expand Down

0 comments on commit d29ea38

Please sign in to comment.