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 afd5c2e commit e1fcfcc
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 @@ -47,7 +47,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 ["DATA", "SMS"]
And the response property "$.connectivity" includes both "DATA" and "SMS"

@device_reachability_status_04_notReachable
Scenario: Check the reachability status for an unreachable device
Expand Down

0 comments on commit e1fcfcc

Please sign in to comment.