Tidy up merged Robot files.
[integration/test.git] / csit / libraries / LISPFlowMapping.robot
index 6f15ad4857c7e499f21b78babcbf99b3e229815b..b721f956bfcc8ff0af02859f4b54095c6a0db4f9 100644 (file)
@@ -10,8 +10,8 @@ ${ODL_VERSION}    Be
 *** Keywords ***
 Check Mapping Removal
     [Arguments]    ${json}
-    Run Keyword If    "${ODL_VERSION}" == "Li"    Check Mapping Removal Lithium    ${json}
-    ...    ELSE    Post Log Check    ${LFM_RPC_API}:get-mapping    ${json}    404
+    Run Keyword If    "${ODL_VERSION}" == "Li"    Check Mapping Removal Lithium    ${json}    ELSE    Post Log Check    ${LFM_RPC_API}:get-mapping
+    ...    ${json}    404
 
 Check Mapping Removal Lithium
     [Arguments]    ${json}