Migrate Get Requests invocations(libraries)
[integration/test.git] / csit / suites / bgpcep / pcepuser / pcepuser.robot
index 4cdb4332477a574039546e8b069b223bea7dc3de..d1bce641ae753b907798b994e40e063b8ba151e6 100644 (file)
@@ -156,5 +156,5 @@ Compare_Topology
     ...    '${uri}'=='${EMPTY}'
     ...    ${REST_API}/${TOPOLOGY_URL}=pcep-topology?content=nonconfig
     ...    ${REST_API}/${TOPOLOGY_URL}=pcep-topology/${uri}?content=nonconfig
-    ${response}=    RequestsLibrary.GET On Session    ${CONFIG_SESSION}    ${topology_uri}    expected_status=200
+    ${response}=    RequestsLibrary.GET On Session    ${CONFIG_SESSION}    url=${topology_uri}    expected_status=200
     TemplatedRequests.Normalize_Jsons_And_Compare    ${exp}    ${response.text}