Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test files: removed version number #83

Merged
merged 2 commits into from
Jul 30, 2024
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 @@ -8,7 +8,7 @@ Feature: CAMARA Call Fowarwing Signal API, v0.1.0 - Operation call-forwardings
# * A device object identified by a phone number for which the call forwarding service status could not be retrieved
#
Background: Common call-forwarding-signal setup
Given the resource "/call-forwarding-signal/vwip/call-forwardings"
Given the path "/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" is set to a UUID value
Expand Down Expand Up @@ -212,4 +212,4 @@ Feature: CAMARA Call Fowarwing Signal API, v0.1.0 - Operation call-forwardings
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 @@ -8,7 +8,7 @@ Feature: CAMARA Call Fowarwing Signal API, v0.1.0 - Operation unconditional-cal
# * A device object identified by a phone number for which unconditional call forwarding service (CFS) status could not be retrieved
#
Background: Common call-forwarding-signal setup
Given the resource "/call-forwarding-signal/vwip/unconditional-call-forwardings"
Given the path "/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" is set to a UUID value
Expand Down Expand Up @@ -177,4 +177,4 @@ Feature: CAMARA Call Fowarwing Signal API, v0.1.0 - Operation unconditional-cal
Then the response status code is 429
And the response property "$.status" is 429
And the response property "$.code" is "TOO_MANY_REQUEST"
And the response property "$.message" contains a user friendly text
And the response property "$.message" contains a user friendly text