Skip to content

Commit

Permalink
fix error condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich committed May 22, 2023
1 parent 86fe194 commit 5f7e296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
that:
- result.failed
# yamllint disable-line rule:line-length
- 'result.msg in [ "bad return code while creating: 401. Error message: HTTP Error 401: Unauthorized", "bad return code while querying: -1. Error message: Request failed: <urlopen error [Errno -3] Temporary failure in name resolution>", "bad return code while querying: -1. Error message: Request failed: <urlopen error [Errno -2] Name or service not known>", "bad return code while querying: 401. Error message: HTTP Error 401: Unauthorized", "bad return code while creating: 401. Error message: HTTP Error 401: Unauthorized\"]'
- 'result.msg in [ "bad return code while creating: 401. Error message: HTTP Error 401: Unauthorized", "bad return code while querying: -1. Error message: Request failed: <urlopen error [Errno -3] Temporary failure in name resolution>", "bad return code while querying: -1. Error message: Request failed: <urlopen error [Errno -2] Name or service not known>", "bad return code while querying: 401. Error message: HTTP Error 401: Unauthorized", "bad return code while creating: 401. Error message: HTTP Error 401: Unauthorized", ]'

0 comments on commit 5f7e296

Please sign in to comment.