Skip to content

Commit 925db63

Browse files
NRL-975 Commit to make smoke tests fail
1 parent f713198 commit 925db63

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/utilities/api_clients.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ def __init__(self, config: ClientConfig):
5353
self.config = config
5454
self.api_url = f"{self.config.base_url}consumer{self.config.api_path}"
5555

56-
# I'll delete a line here later on
56+
# Line deleted to make it fail
5757
self.request_headers = {
58-
"Authorization": f"Bearer {self.config.auth_token}",
59-
"X-Request-Id": "test-request-id",
58+
"Authorization": f"Bearer {self.config.auth_token}"
6059
}
6160

6261
if self.config.client_cert:

0 commit comments

Comments
 (0)