Skip to content

Commit

Permalink
missing scope error is 403
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelNennker authored Aug 21, 2024
1 parent 6d6d58f commit f8513aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Feature: Camara Number Verification API device phone number share
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/NumberVerificationShareResponse"
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 f8513aa

Please sign in to comment.