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 <fernando.pradocabrillo@telefonica.com>
  • Loading branch information
bigludo7 and fernandopradocabrillo authored Sep 26, 2024
1 parent ded7901 commit 4c52c8b
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 @@ -148,7 +148,7 @@ Feature: Camara Number Verification API verify
Then the response status code is 401
And the response property "$.status" is 401
And the response property "$.code" is "UNAUTHENTICATED"
And the response property "$.message" is "New authentication is required."
And the response property "$.message" is "Request not authenticated due to missing, invalid, or expired credentials."

@NumberVerification_verify203_both_phone_number_and_hashed_in_request
Scenario: verify phone number but providing both plain and hashed phone number in the body
Expand Down

0 comments on commit 4c52c8b

Please sign in to comment.