Skip to content

Commit

Permalink
Update code/Test_Definitions/OTPvalidationAPI.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 Jul 24, 2024
1 parent 3565d60 commit 07d8e33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/Test_Definitions/OTPvalidationAPI.feature
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,8 @@ Scenario: Validations for verification failed validate-code scenario whe maximu
And the resource "/one-time-password-sms/validate-code"
When the HTTP "POST" request is sent
Then the response property "$.status" is 404
And the response property "$.code" is NOT_FOUND"
And the response property "$.code" is "NOT_FOUND"

And the response header "x-correlator" has same value as the request header "x-correlator"
And the response property "$.message" contains a user friendly text

Expand Down

0 comments on commit 07d8e33

Please sign in to comment.