Skip to content

Commit f713198

Browse files
NRL-975 Test rollback small comment commit
1 parent 1eda970 commit f713198

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/utilities/api_clients.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ 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
5657
self.request_headers = {
5758
"Authorization": f"Bearer {self.config.auth_token}",
5859
"X-Request-Id": "test-request-id",

0 commit comments

Comments
 (0)