Skip to content

Commit

Permalink
missing scope is error code 403
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelNennker authored Aug 21, 2024
1 parent f8513aa commit 4c775ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/Test_Definitions/NumberVerification_verify.feature
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ Feature: Camara Number Verification API verify
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"
Then the response status code is 401
And the response property "$.status" is 401
Then the response status code is 403
And the response property "$.status" is 403
And the response property "$.code" is "UNAUTHENTICATED"
And the response property "$.message" is "Request not authenticated due to missing, invalid, or expired credentials."

Expand Down

0 comments on commit 4c775ca

Please sign in to comment.