Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Feature: CAMARA Call Forwarding Signal API, vwip - Operation retrieveCallForwar
# * A device object identified by a phone number for which the call forwarding service status could be retrieved
# * A device object identified by a phone number for which the call forwarding service status could not be retrieved
#
# References to OAS spec schemas refer to schemas specified in call-forwarding-signal.yaml, version 0.4.0
# References to OAS spec schemas refer to schemas specified in call-forwarding-signal.yaml, version vwip

Background: Common call-forwarding-signal setup
Given the path "/call-forwarding-signal/v0.4/call-forwardings"
Given the path "/call-forwarding-signal/vwip/call-forwardings"
And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"
Expand Down Expand Up @@ -221,4 +221,4 @@ Feature: CAMARA Call Forwarding Signal API, vwip - Operation retrieveCallForwar
Then the response status code is 501
And the response property "$.status" is 501
And the response property "$.code" is "NOT_IMPLEMENTED"
And the response property "$.message" contains a user friendly text
And the response property "$.message" contains a user friendly text
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Feature: CAMARA Call Forwarding Signal API, vwip - Operation retrieveUnconditio
# * A device object identified by a phone number for which unconditional call forwarding service (CFS) status could be retrieved
# * A device object identified by a phone number for which unconditional call forwarding service (CFS) status could not be retrieved
#
# References to OAS spec schemas refer to schemas specified in call-forwarding-signal.yaml, version 0.4.0
# References to OAS spec schemas refer to schemas specified in call-forwarding-signal.yaml, version vwip

Background: Common call-forwarding-signal setup
Given the path "/call-forwarding-signal/v0.4/unconditional-call-forwardings"
Given the path "/call-forwarding-signal/vwip/unconditional-call-forwardings"
And the header "Content-Type" is set to "application/json"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"
Expand Down Expand Up @@ -189,4 +189,4 @@ Feature: CAMARA Call Forwarding Signal API, vwip - Operation retrieveUnconditio
Then the response status code is 429
And the response property "$.status" is 429
And the response property "$.code" is "TOO_MANY_REQUESTS"
And the response property "$.message" contains a user friendly text
And the response property "$.message" contains a user friendly text