Skip to content

Commit

Permalink
Fix issue with api token wait check not working
Browse files Browse the repository at this point in the history
  • Loading branch information
floryut committed Apr 28, 2021
1 parent dfeed1c commit 3caff55
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 3caff55

Please sign in to comment.