Admin message

WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.

Missing Set Suite Variable in keyword 'Check Postcondition VNF Package Artifact Exist' v2.6.1 SOL003&SOL005 VNFPackageManagement-API
``` Check Postcondition VNF Package Artifact Exist Log Checking that vnf pacakge still exists Set Headers {"Accept": "${ACCEPT_JSON}"} Run Keyword If ${AUTH_USAGE} == 1 Set Headers {"Authorization": "${AUTHORIZATION}"} GET ${apiRoot}/${apiName}/${apiVersion}/vnf_packages/${vnfPackageId}/artifacts/${artifactPath} Check HTTP Response Status Code Is 200 ``` because ``` ${output}= Output response Set Suite Variable ${response} ${output} ``` is missing after the API request, so when checking the http code, the api response which is from delete api request is used.
issue