Commit 8bb5b61
committed
Include headers set by BaseEngine() in requests
BaseEngine.construct_request_kwargs() fails to preserve existing
headers set in self.requests by BaseEngine.__init__. Merge the
new headers with the existing engine headers. (This was noticed
with 'key' for API access via key.)
Fixes: #353
Signed-off-by: Dan Mick <dan.mick@redhat.com>1 parent 8d39a32 commit 8bb5b61
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
64 | 68 | | |
65 | 69 | | |
66 | 70 | | |
| |||
0 commit comments