Replace "Get" with "Get Request" in netconf readiness suite.
[integration/test.git] / csit / suites / netconf / ready / netconfready.robot
index 8444bcd55f264b22c92c79664284da88744d4dfd..d3c4f7997811269339479a9e184506af0797776b 100644 (file)
@@ -106,7 +106,7 @@ Teardown_Everything
 Check_Netconf_Up_And_Running
     [Arguments]    ${pretty_print}=${EMPTY}
     [Documentation]    Make a request to netconf connector's list of mounted devices and check that the request was successful.
-    ${response}=    RequestsLibrary.Get    ses    restconf/config/network-topology:network-topology/topology/topology-netconf${netconf_connector}${pretty_print}
+    ${response}=    RequestsLibrary.Get_Request    ses    restconf/config/network-topology:network-topology/topology/topology-netconf${netconf_connector}${pretty_print}
     BuiltIn.Log    ${response.text}
     BuiltIn.Should_Be_Equal_As_Strings    ${response.status_code}    200