diff --git a/code/Test_definitions/click-to-dial-createCall.feature b/code/Test_definitions/click-to-dial-createCall.feature index f13b55f..f5de70d 100644 --- a/code/Test_definitions/click-to-dial-createCall.feature +++ b/code/Test_definitions/click-to-dial-createCall.feature @@ -8,7 +8,7 @@ Feature: CAMARA Click to Dial API, vwip - Operation createCall Background: Common createCall setup Given an environment at "apiRoot" - And the resource "/click-to-dial/v0.1rc1/calls" + And the resource "/click-to-dial/vwip/calls" 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 valid UUID diff --git a/code/Test_definitions/click-to-dial-getRecording.feature b/code/Test_definitions/click-to-dial-getRecording.feature index ad37101..4966231 100644 --- a/code/Test_definitions/click-to-dial-getRecording.feature +++ b/code/Test_definitions/click-to-dial-getRecording.feature @@ -8,7 +8,7 @@ Feature: CAMARA Click to Dial API, vwip - Operation getRecording Background: Common getRecording setup Given an environment at "apiRoot" - And the resource "/click-to-dial/v0.1rc1/calls/{callId}/recording" + And the resource "/click-to-dial/vwip/calls/{callId}/recording" 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 valid UUID diff --git a/code/Test_definitions/click-to-dial-terminateCall.feature b/code/Test_definitions/click-to-dial-terminateCall.feature index d758e75..6ffc485 100644 --- a/code/Test_definitions/click-to-dial-terminateCall.feature +++ b/code/Test_definitions/click-to-dial-terminateCall.feature @@ -8,7 +8,7 @@ Feature: CAMARA Click to Dial API, vwip - Operation terminateCall Background: Common terminateCall setup Given an environment at "apiRoot" - And the resource "/click-to-dial/v0.1rc1/calls/{callId}" + And the resource "/click-to-dial/vwip/calls/{callId}" 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 valid UUID