Migrate Get Requests invocations(libraries)
[integration/test.git] / csit / libraries / NexusKeywords.robot
index 68897c74d6c75ec36cef2e9a2409021bb0f80216..1a8a8dbe76be2e3f9e312709fab0a5ad7ac53194 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 On Session    nexus    ${uri}
+    ${response} =    RequestsLibrary.GET On Session    nexus    url=${uri}
     BuiltIn.Log    ${response.text}
     ${root} =    XML.Parse_XML    ${response.text}
     ${element} =    XML.Get_Element    ${root}    versioning/latest