We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f713198 commit 925db63Copy full SHA for 925db63
tests/utilities/api_clients.py
@@ -53,10 +53,9 @@ def __init__(self, config: ClientConfig):
53
self.config = config
54
self.api_url = f"{self.config.base_url}consumer{self.config.api_path}"
55
56
- # I'll delete a line here later on
+ # Line deleted to make it fail
57
self.request_headers = {
58
- "Authorization": f"Bearer {self.config.auth_token}",
59
- "X-Request-Id": "test-request-id",
+ "Authorization": f"Bearer {self.config.auth_token}"
60
}
61
62
if self.config.client_cert:
0 commit comments