Skip to content

Commit

Permalink
update vault responses (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist authored Nov 9, 2023
1 parent baf9a9c commit 10d7d7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@
fail_msg: "An invalid secret ID somehow did not cause a failure."
that:
- (response is failed) == use_secret_id
- not use_secret_id or response.msg is search('invalid secret id')
- not use_secret_id or response.msg is search('(?i)invalid (?:role or )?secret id')
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@
fail_msg: "An invalid secret ID somehow did not cause a failure."
that:
- (response.inner is failed) == use_secret_id
- not use_secret_id or response.msg is search('invalid secret id')
- not use_secret_id or response.msg is search('(?i)invalid (?:role or )?secret id')

0 comments on commit 10d7d7e

Please sign in to comment.