Skip to content

Commit

Permalink
Skip attestation test if bad request
Browse files Browse the repository at this point in the history
  • Loading branch information
tstrass committed Jun 3, 2024
1 parent cba94c4 commit 95b04a8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class PASClientApprovalSubmitResponseAttest < Inferno::Test
)

run do
skip_if request.status.between?(400, 499), 'Bad claim submission request.'
wait(
identifier: access_token,
message: %(
Expand Down

0 comments on commit 95b04a8

Please sign in to comment.