From e90251e2f05e2011e6b266df126584d94e77d8b6 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:07:01 +0100 Subject: [PATCH 1/2] revert to wip test files https://github.com/camaraproject/CallForwardingSignal/issues/212 --- .../call-forwarding-signal-retrieveCallForwarding.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/Test_definitions/call-forwarding-signal-retrieveCallForwarding.feature b/code/Test_definitions/call-forwarding-signal-retrieveCallForwarding.feature index 01ddfcb..8c9fd87 100644 --- a/code/Test_definitions/call-forwarding-signal-retrieveCallForwarding.feature +++ b/code/Test_definitions/call-forwarding-signal-retrieveCallForwarding.feature @@ -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" @@ -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 \ No newline at end of file + And the response property "$.message" contains a user friendly text From 56619fcd9c4abacdf1d41cb14a99fa93b9dc668a Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:07:30 +0100 Subject: [PATCH 2/2] revert to wip test files https://github.com/camaraproject/CallForwardingSignal/issues/212 --- ...rding-signal-retrieveUnconditionalCallForwarding.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/Test_definitions/call-forwarding-signal-retrieveUnconditionalCallForwarding.feature b/code/Test_definitions/call-forwarding-signal-retrieveUnconditionalCallForwarding.feature index a3a3999..75b8585 100644 --- a/code/Test_definitions/call-forwarding-signal-retrieveUnconditionalCallForwarding.feature +++ b/code/Test_definitions/call-forwarding-signal-retrieveUnconditionalCallForwarding.feature @@ -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" @@ -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 \ No newline at end of file + And the response property "$.message" contains a user friendly text