From f71319873d5c04e629e574230a4462bb50574479 Mon Sep 17 00:00:00 2001 From: "Axel Garcia K." Date: Mon, 19 Aug 2024 16:23:18 +0100 Subject: [PATCH 1/2] NRL-975 Test rollback small comment commit --- tests/utilities/api_clients.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/utilities/api_clients.py b/tests/utilities/api_clients.py index 152e4968b..8a27471e1 100644 --- a/tests/utilities/api_clients.py +++ b/tests/utilities/api_clients.py @@ -53,6 +53,7 @@ def __init__(self, config: ClientConfig): self.config = config self.api_url = f"{self.config.base_url}consumer{self.config.api_path}" + # I'll delete a line here later on self.request_headers = { "Authorization": f"Bearer {self.config.auth_token}", "X-Request-Id": "test-request-id", From 925db6367de7b22ff52f67837e58cdd49c7bb475 Mon Sep 17 00:00:00 2001 From: "Axel Garcia K." Date: Mon, 19 Aug 2024 17:51:59 +0100 Subject: [PATCH 2/2] NRL-975 Commit to make smoke tests fail --- tests/utilities/api_clients.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/utilities/api_clients.py b/tests/utilities/api_clients.py index 8a27471e1..a145fee7e 100644 --- a/tests/utilities/api_clients.py +++ b/tests/utilities/api_clients.py @@ -53,10 +53,9 @@ def __init__(self, config: ClientConfig): self.config = config self.api_url = f"{self.config.base_url}consumer{self.config.api_path}" - # I'll delete a line here later on + # Line deleted to make it fail self.request_headers = { - "Authorization": f"Bearer {self.config.auth_token}", - "X-Request-Id": "test-request-id", + "Authorization": f"Bearer {self.config.auth_token}" } if self.config.client_cert: