Skip to content

Commit

Permalink
Update code/Test_definitions/location-verification.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jlurien authored Jun 20, 2024
1 parent 4f01d79 commit ae00b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Test_definitions/location-verification.feature
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ Feature: CAMARA Device location verification API, vwip - Operation verifyLocatio
When the HTTP "POST" request is sent
Then the response status code is 401
And the response property "$.status" is 401
And the response property "$.code" is "AUTHENTICATION_REQUIRED"
And the response property "$.code" is "UNAUTHENTICATED"
And the response property "$.message" contains a user friendly text

@location_verification_401.3_invalid_access_token
Expand Down

0 comments on commit ae00b20

Please sign in to comment.