Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code/Test_definitions/click-to-dial-createCall.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion code/Test_definitions/click-to-dial-getRecording.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading