Fix robot file format issues
[integration/test.git] / csit / libraries / PrefixCounting.robot
index bd32c943f48dd261836089e0d3e8fe1295e6371f..2d410d29814d222ce5224a8299ef62d275051c5d 100644 (file)
@@ -35,7 +35,10 @@ Get_Ipv4_Topology
     ...
     ...    Contrary to Utils.Get_Data_From_URI, this does not Log the (potentially huge) content.
     [Arguments]    ${session}=operational    ${topology}=example-ipv4-topology
-    ${response} =    RequestsLibrary.GET On Session    ${session}    url=${PC_NW_TOPOLOGY}=${topology}?content=nonconfig    expected_status=any
+    ${response} =    RequestsLibrary.GET On Session
+    ...    ${session}
+    ...    url=${PC_NW_TOPOLOGY}=${topology}?content=nonconfig
+    ...    expected_status=any
     IF    ${response.status_code} != 200
         Fail    Get on ${topology} returned status code ${response.status_code} with message: ${response.text}
     END