Skip to content

Commit

Permalink
Update code/Test_definitions/device-reachability-status.feature
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Murray <[email protected]>
  • Loading branch information
maxl2287 and eric-murray authored Oct 30, 2024
1 parent 7ae2a35 commit afd5c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Test_definitions/device-reachability-status.feature
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Feature: CAMARA Device reachability status API, v0.6.0 - Operations for reachabi
And the response header "x-correlator" has same value as the request header "x-correlator"
And the response body complies with the OAS schema at "/components/schemas/ReachabilityStatusResponse"
And the response property "$.reachable" is true
And the response property "$.connectivity" is ["SMS"]
And the response property "$.connectivity" includes "SMS"

@device_reachability_status_02_reachableAndConnectedData
Scenario: Check the reachability status if device is connected with DATA
Expand Down

0 comments on commit afd5c2e

Please sign in to comment.