Commit cdfc8e54 authored by Hammad Zafar's avatar Hammad Zafar Committed by Giacomo Bernini
Browse files

minor fix in variable name

parent 48dc1df9
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -220,7 +220,7 @@ GET individual VNF Snapshot Package with invalid URI
    Set Headers    {"Accept":"${ACCEPT_JSON}"}  
    Set Headers    {"Accept":"${ACCEPT_JSON}"}  
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
    Set Headers    {"Content-Type": "${CONTENT_TYPE_JSON}"}
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"${AUTHORIZATION_HEADER}":"${AUTHORIZATION_TOKEN}"}
    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
    ${outputResponse}=    Output    response
	Set Global Variable    ${response}    ${outputResponse}      
	Set Global Variable    ${response}    ${outputResponse}      
	
	
+1 −1
Original line number Original line Diff line number Diff line
@@ -94,5 +94,5 @@ ${VAR_SEPERATOR} &
${callbackResp}    localhost
${callbackResp}    localhost


${vnfSnapshotPkgId}
${vnfSnapshotPkgId}
${invalidVnfSnapshotInfoId}
${invalidVnfSnapshotPkgId}
${vnfSnapshotPkgId_notInAvailableState}
${vnfSnapshotPkgId_notInAvailableState}
 No newline at end of file