Skip to content

Commit

Permalink
updates_after_1st_review
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroDiez committed Aug 27, 2024
1 parent 85a4ac3 commit dd10e41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Feature: CAMARA Carrier Billing Refund API, v0.1 - Operation createRefund
And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" is set to a UUID value
And the path parameter "paymentId" is set to a valid refund-eligible payment value
And the request body is set by default to a request body compliant with the schema

##############################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ Feature: CAMARA Carrier Billing Refund API, v0.1 - Operation retrievePaymentRema

@retrieve_payment_remaining_amount_404.01_payment_not_found
Scenario: Payment not found
# To test this, a 2-legged access token is needed, just beacuse if not it triggers test CHECK "@retrieve_payment_remaining_amount_403.02_phoneNumber_token_mismatch"
Given the path parameter "paymentId" is set to non-existing value in the environment
And the header "Authorization" is set to a valid access token
When the HTTP "POST" request is sent
Expand Down

0 comments on commit dd10e41

Please sign in to comment.