From cdfc8e5433ea9ea61e82dc0380f5be629702eee8 Mon Sep 17 00:00:00 2001 From: hammad zafar <hammad.zafar@xflowresearch.com> Date: Mon, 8 Mar 2021 19:49:41 +0500 Subject: [PATCH] minor fix in variable name --- .../VnfSnapshotPackageManagementKeywords.robot | 2 +- .../VNFSnapshotPackageManagement-API/environment/variables.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SOL003/VNFSnapshotPackageManagement-API/VnfSnapshotPackageManagementKeywords.robot b/SOL003/VNFSnapshotPackageManagement-API/VnfSnapshotPackageManagementKeywords.robot index 0100f7d5..2ae5c0aa 100644 --- a/SOL003/VNFSnapshotPackageManagement-API/VnfSnapshotPackageManagementKeywords.robot +++ b/SOL003/VNFSnapshotPackageManagement-API/VnfSnapshotPackageManagementKeywords.robot @@ -220,7 +220,7 @@ GET individual VNF Snapshot Package with invalid URI Set Headers {"Accept":"${ACCEPT_JSON}"} Set Headers {"Content-Type": "${CONTENT_TYPE_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"} - Get ${apiRoot}/${apiName}/${apiMajorVersion}/vnf_snapshot_packages/${invalidVnfSnapshotInfoId} + Get ${apiRoot}/${apiName}/${apiMajorVersion}/vnf_snapshot_packages/${invalidVnfSnapshotPkgId} ${outputResponse}= Output response Set Global Variable ${response} ${outputResponse} diff --git a/SOL003/VNFSnapshotPackageManagement-API/environment/variables.txt b/SOL003/VNFSnapshotPackageManagement-API/environment/variables.txt index 845607da..130ed7b5 100644 --- a/SOL003/VNFSnapshotPackageManagement-API/environment/variables.txt +++ b/SOL003/VNFSnapshotPackageManagement-API/environment/variables.txt @@ -94,5 +94,5 @@ ${VAR_SEPERATOR} & ${callbackResp} localhost ${vnfSnapshotPkgId} -${invalidVnfSnapshotInfoId} +${invalidVnfSnapshotPkgId} ${vnfSnapshotPkgId_notInAvailableState} \ No newline at end of file -- GitLab