Migrate NexusKeywords 93/110993/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 22 Mar 2024 13:34:31 +0000 (14:34 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 22 Mar 2024 13:34:31 +0000 (14:34 +0100)
Use 'GET On Session' instead of 'Get_Request'.

Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
Change-Id: Ib1dcb1c074b9bbd2f9082d8546ad2563cf24ab32

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