Skip to content

Fix 'access_token' missing from headers on retry#83

Open
tsayeed wants to merge 3 commits intojepcastelein:masterfrom
QIMA-Marketing:fix/missing-access-token-on-retry
Open

Fix 'access_token' missing from headers on retry#83
tsayeed wants to merge 3 commits intojepcastelein:masterfrom
QIMA-Marketing:fix/missing-access-token-on-retry

Conversation

@tsayeed
Copy link

@tsayeed tsayeed commented Feb 17, 2026

Issue: #84

Description: On the first call, the access_token was popped from args. So, it was missing on subsequent requests. Added shallow copy to avoid mutating the original args passed into get/post function.

Test Case: tests/tst_http_lib.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant