Skip to content

Commit 9283836

Browse files
Update call-forwarding-signal-unconditional.feature
Removed the version number from the endpoint path. According to: camaraproject#77
1 parent a70f0b1 commit 9283836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/Test_definitions/call-forwarding-signal-unconditional.feature

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Feature: CAMARA Call Fowarwing Signal API, v0.1.0 - Operation unconditional-cal
88
# * A device object identified by a phone number for which unconditional call forwarding service (CFS) status could not be retrieved
99
#
1010
Background: Common call-forwarding-signal setup
11-
Given the resource "/call-forwarding-signal/vwip/unconditional-call-forwardings"
11+
Given the path "/unconditional-call-forwardings"
1212
And the header "Content-Type" is set to "application/json"
1313
And the header "Authorization" is set to a valid access token
1414
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
177177
Then the response status code is 429
178178
And the response property "$.status" is 429
179179
And the response property "$.code" is "TOO_MANY_REQUEST"
180-
And the response property "$.message" contains a user friendly text
180+
And the response property "$.message" contains a user friendly text

0 commit comments

Comments
 (0)