Skip to content
Snippets Groups Projects
Commit 66f0c723 authored by Hammad Zafar's avatar Hammad Zafar
Browse files

minor fix in variable name

parent 9fc46b04
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !161. Comments created here will be created in the context of that merge request.
......@@ -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}
......
......@@ -94,5 +94,5 @@ ${VAR_SEPERATOR} &
${callbackResp} localhost
${vnfSnapshotPkgId}
${invalidVnfSnapshotInfoId}
${invalidVnfSnapshotPkgId}
${vnfSnapshotPkgId_notInAvailableState}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment