aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortalka <talka@amdocs.com>2018-02-22 14:57:11 +0200
committertalka <talka@amdocs.com>2018-02-22 14:57:11 +0200
commit2bd5f406efdedba1e7ca07a15424903a29e1d36c (patch)
tree4de424aad0bf3c468ee061a82131fd96aea8e901
parentb372509ef1d1ba06948a37d3b8e267ba1847787d (diff)
Modify appc_interface.robot
Issue-ID: TEST-77 Change-Id: I00022e3941e2b8200cda02520b65ffcdf8c41f5b Signed-off-by: talka <talka@amdocs.com>
-rw-r--r--robot/resources/appc_interface.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/appc_interface.robot b/robot/resources/appc_interface.robot
index 293b88fd..520737db 100644
--- a/robot/resources/appc_interface.robot
+++ b/robot/resources/appc_interface.robot
@@ -52,5 +52,5 @@ Create Mount Point In APPC
${template}= OperatingSystem.Get File ${APPC_MOUNT_XML}
${data}= Template String ${template} ${dict}
${resp}= Run APPC Put Request ${APPC_INDEX PATH}${APPC_CREATE_MOUNTPOINT_PATH}${nodeid} ${data}
- Should Be True 200 <= ${resp.status_code} < 300
+ Should Be True 200 <= ${resp.status_code} < 300
[Return] ${resp}