Downloading a media fails with, Error: 'list' object has no attribute 'items'.
Error is coming from client._log_request_sent() method. Default value of headers should be an empty map not list.
Testing done:
Manually verified that media download from vcd-cli passes.
Downloading a media fails with, Error: 'list' object has no attribute 'items'. Error is coming from client._log_request_sent() method. Default value of headers should be an empty map not list.
Testing done: Manually verified that media download from vcd-cli passes.
This change is