aboutsummaryrefslogtreecommitdiffstats
path: root/tests/so/etsi
diff options
context:
space:
mode:
authoreHanan <eoin.hanan@est.tech>2019-09-10 11:58:41 +0100
committereHanan <eoin.hanan@est.tech>2019-09-10 11:58:57 +0100
commit706c195cb957a564ef1966dbd8f9762ad5b42b42 (patch)
treecda1cef12748b8e79bb649998393d0d01ad2150d /tests/so/etsi
parent9d5fb225cbc57680ca80b54e5f2501f55b4acb46 (diff)
Fix two bytes issue in so csit tests
Change-Id: I7419c05936d42addf58b4ce45140d0474a9a0264 Issue-ID: SO-2299 Signed-off-by: eHanan <eoin.hanan@est.tech>
Diffstat (limited to 'tests/so/etsi')
-rw-r--r--tests/so/etsi/etsi_tests.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/so/etsi/etsi_tests.robot b/tests/so/etsi/etsi_tests.robot
index 4459c07a..e35b5364 100644
--- a/tests/so/etsi/etsi_tests.robot
+++ b/tests/so/etsi/etsi_tests.robot
@@ -12,7 +12,7 @@ ${MAXIMUM_ATTEMPTS_BEFORE_TIMEOUT}= 48 # Represents the maximum number o
Distribute Service Template
Create Session sdc_controller_session http://${REPO_IP}:8085
${data}= Get Binary File ${CURDIR}${/}data${/}distributeServiceTemplate.json
- &{headers}= Create Dictionary Authorization=Basic bXNvX2FkbWluOnBhc3N3b3JkMSQ= resource-location=/distribution-test-zip/unzipped Content-Type=application/json Accept=application/json
+ &{headers}= Create Dictionary Authorization=Basic bXNvX2FkbWluOnBhc3N3b3JkMSQ= resource-location=/distribution-test/unzipped Content-Type=application/json Accept=application/json
${resp}= Post Request sdc_controller_session /test/treatNotification/v1 data=${data} headers=${headers}
Run Keyword If '${resp.status_code}' == '200' log to console \nexecuted with expected result
Should Be Equal As Strings '${resp.status_code}' '200'