Skip to content

Commit

Permalink
Update Location-Retrieval.feature
Browse files Browse the repository at this point in the history
For expired access token changed code to UNAUTHENTICATED
  • Loading branch information
bigludo7 authored Jul 5, 2024
1 parent 89efe6a commit 7c66be8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Test_definitions/Location-Retrieval.feature
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Feature: CAMARA Device location retrieval API, v0.2.0 - Operation retrieveLocat
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


Expand Down

0 comments on commit 7c66be8

Please sign in to comment.