xlab-steampunk / redfish-client-python

Minimalistic Redfish API client
Apache License 2.0
4 stars 8 forks source link

Fix a bug with shared headers #14

Closed tadeboro closed 5 years ago

tadeboro commented 5 years ago

Our connector constructor was missing a copy call when we initialized default headers, which caused all instances of the Connector class to share the same set of headers.

This commit fixes that error and adds a test to prevent it from creeping back in the future.

matejart commented 5 years ago

Looks good. 👍