Skip to content

Commit b577980

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/Test_definitions/call-forwarding-signal-every-forwarding.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 call-forwardings
88
# * A device object identified by a phone number for which the call forwarding service status could not be retrieved
99
#
1010
Background: Common call-forwarding-signal setup
11-
Given the resource "/call-forwarding-signal/vwip/call-forwardings"
11+
Given the path "/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
@@ -212,4 +212,4 @@ Feature: CAMARA Call Fowarwing Signal API, v0.1.0 - Operation call-forwardings
212212
Then the response status code is 501
213213
And the response property "$.status" is 501
214214
And the response property "$.code" is "NOT_IMPLEMENTED"
215-
And the response property "$.message" contains a user friendly text
215+
And the response property "$.message" contains a user friendly text

0 commit comments

Comments
 (0)