Skip to content

Commit

Permalink
Update code/Test_Definitions/number-verification-verify.feature
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Prado Cabrillo <[email protected]>
  • Loading branch information
bigludo7 and fernandopradocabrillo authored Sep 26, 2024
1 parent 4c52c8b commit 39fb681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Test_Definitions/number-verification-verify.feature
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Feature: Camara Number Verification API verify
Then the response status code is 403
And the response property "$.status" is 403
And the response property "$.code" is "PERMISSION_DENIED"
And the response property "$.message" is "Request not authenticated due to missing, invalid, or expired credentials."
And the response property "$.message" is "Client does not have sufficient permissions to perform this action."

@NumberVerification_verify202_expired_access_token
Scenario: verify phone number with expired access token
Expand Down

0 comments on commit 39fb681

Please sign in to comment.