Switched to "Get|Put|Delete" from "[Get|Put|Delete]_Request"
[integration.git] / test / csit / suites / bgpcep / bgpuser / cases.robot
index ef38b66ec637920e1e6d9916f2bd48e08c4954f5..683770ab53850b32e8c90c7550566b818b8e5c2d 100644 (file)
@@ -175,7 +175,7 @@ Compare_Topology
     [Arguments]    ${expected_normalized}    ${filename}
     [Documentation]    Get current example-ipv4-topology as json, normalize it, save to ${directory_for_actual_responses}.
     ...    Check that status code is 200, check that normalized jsons match exactly.
-    ${response}=    RequestsLibrary.Get_Request    ses    topology/example-ipv4-topology
+    ${response}=    RequestsLibrary.Get    ses    topology/example-ipv4-topology
     BuiltIn.Log    ${response.status_code}
     BuiltIn.Log    ${response.text}
     ${actual_normalized}=    Normalize_And_Save_Expected_Json    ${response.text}    ${filename}    ${directory_for_actual_responses}