From 9283836c85e5c1e2496b93ae06be4653a66932e3 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:46:53 +0200 Subject: [PATCH 1/2] Update call-forwarding-signal-unconditional.feature Removed the version number from the endpoint path. According to: https://github.com/camaraproject/CallForwardingSignal/issues/77 --- .../call-forwarding-signal-unconditional.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Test_definitions/call-forwarding-signal-unconditional.feature b/code/Test_definitions/call-forwarding-signal-unconditional.feature index e1afdbb..a308c1d 100644 --- a/code/Test_definitions/call-forwarding-signal-unconditional.feature +++ b/code/Test_definitions/call-forwarding-signal-unconditional.feature @@ -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 @@ -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 \ No newline at end of file + And the response property "$.message" contains a user friendly text From b57798024f8181aa51d6e246415feafe49646957 Mon Sep 17 00:00:00 2001 From: FabrizioMoggio <87469955+FabrizioMoggio@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:47:34 +0200 Subject: [PATCH 2/2] Update call-forwarding-signal-every-forwarding.feature Removed the version number from the endpoint path. According to: https://github.com/camaraproject/CallForwardingSignal/issues/77 --- .../call-forwarding-signal-every-forwarding.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Test_definitions/call-forwarding-signal-every-forwarding.feature b/code/Test_definitions/call-forwarding-signal-every-forwarding.feature index 1b9456e..78b469f 100644 --- a/code/Test_definitions/call-forwarding-signal-every-forwarding.feature +++ b/code/Test_definitions/call-forwarding-signal-every-forwarding.feature @@ -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 @@ -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 \ No newline at end of file + And the response property "$.message" contains a user friendly text