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 551678d commit 1b72b9f
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 @@ -158,7 +158,7 @@ Feature: CAMARA Device location verification API, vwip - Operation verifyLocatio
When the HTTP "POST" request is sent
Then the response status code is 403
And the response property "$.status" is 403
And the response property "$.code" is "DEVICE_INVALID_TOKEN_CONTEXT"
And the response property "$.code" is "INVALID_TOKEN_CONTEXT"
And the response property "$.message" contains a user friendly text

@location_verification_16_device_not_supported
Expand Down

0 comments on commit 1b72b9f

Please sign in to comment.