"=" should not be included in Content range SOL003/SOL005 VNFPackageManagementAPI V2.6.1
When testing APIs with range request, ['Content-Range'] should be equal to ${range}
Check HTTP Response Header Content-Range Is Present and Matches the requested range
Log Check Content-Range HTTP Header
Should Contain ${response['headers']} Content-Range
Should Be Equal As Strings ${response['headers']['Content-Range']} ${range}
Log Header Content-Range is present
But in 'Content-Range',"=" should not be included. (according to the rfc file https://datatracker.ietf.org/doc/rfc7233/?include_text=1) eg.Content-Range: bytes 21010-47021/47022 Range: bytes=21010-47021/47022