Migrate NexusKeywords
[integration/test.git] / csit / libraries / NexusKeywords.robot
index 87ccc7adbd3876e147bafcf0c022672fd54eb46e..68897c74d6c75ec36cef2e9a2409021bb0f80216 100644 (file)
@@ -371,7 +371,7 @@ Get_ODL_Versions_From_Nexus
     [Documentation]    Returns name of last release found on nexus and list of all versions.
     RequestsLibrary.Create_Session    nexus    ${NEXUS_RELEASES_URL}    verify=${TRUE}
     ${uri} =    BuiltIn.Set_Variable    maven-metadata.xml
-    ${response} =    RequestsLibrary.Get_Request    nexus    ${uri}
+    ${response} =    RequestsLibrary.GET On Session    nexus    ${uri}
     BuiltIn.Log    ${response.text}
     ${root} =    XML.Parse_XML    ${response.text}
     ${element} =    XML.Get_Element    ${root}    versioning/latest