Skip to content

Commit

Permalink
test(postman): update postman collection files
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 5, 2023
1 parent ba392f5 commit 6e09bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postman/collection-json/adyen_uk.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -13959,10 +13959,10 @@
"// Response body should have value \"invalid_request\" for \"error type\"",
"if (jsonData?.error?.message) {",
" pm.test(",
" \"[POST]::/payments - Content check if value for 'error.message' matches 'The payment has not succeeded yet. Please pass a successful payment to initiate refund'\",",
" \"[POST]::/payments - Content check if value for 'error.message' matches 'This Payment could not be refund because it has a status of requires_confirmation. The expected state is succeeded, partially_captured'\",",
" function () {",
" pm.expect(jsonData.error.message).to.eql(",
" \"The payment has not succeeded yet. Please pass a successful payment to initiate refund\",",
" \"This Payment could not be refund because it has a status of requires_confirmation. The expected state is succeeded, partially_captured\",",
" );",
" },",
" );",
Expand Down

0 comments on commit 6e09bc9

Please sign in to comment.