Skip to content

Commit

Permalink
Update device-reachability-status.feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mdomale authored Aug 29, 2024
1 parent fab582f commit 0b7311c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/Test_definitions/device-reachability-status.feature
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ Feature: CAMARA Device reachability status API, v0.6.0 - Operations for reachabi
@device_reachability_status_08_deviceStatus_inconsistent_access_token
Scenario: Inconsistent access token context for the device
# To test this, a token has to be obtained for a different device
Given a valid devicestatus request body with token from different device
And the request body property "$.device" is set to appropriate value
Given a valid devicestatus request body
And the request body property "$.device" is set to a valid testing device supported by the service
And header "Authorization" set to access token referring different device
When the request "getReachabilityStatus" is sent
Then the response status code is 403
And the response property "$.status" is 403
Expand Down

0 comments on commit 0b7311c

Please sign in to comment.