Skip to content

Commit

Permalink
Update code/Test_Definitions/NumberVerification_verify.feature
Browse files Browse the repository at this point in the history
Co-authored-by: Fernando Prado Cabrillo <[email protected]>
  • Loading branch information
AxelNennker and fernandopradocabrillo authored Aug 21, 2024
1 parent 4c775ca commit 81072eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Test_Definitions/NumberVerification_verify.feature
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Feature: Camara Number Verification API verify
And one of the scopes associated with the access token is number-verification:verify
When the HTTPS "POST" request is sent
And the connection the request is sent over originates from a device with NUMBERVERIFY_VERIFY_MATCH_PHONENUMBER1
And the request body has NO the field phoneNumber
And the request body has NO the field phoneNumber or hashedPhoneNumber
And the response header "x-correlator" has same value as the request header "x-correlator"
And the response header "Content-Type" is "application/json"
And the response body complies with the OAS schema at "/components/schemas/NumberVerificationMatchResponse"
Expand Down

0 comments on commit 81072eb

Please sign in to comment.