diff --git a/tests/test_endpoints.py b/tests/test_endpoints.py index 3155d91..ebc4458 100644 --- a/tests/test_endpoints.py +++ b/tests/test_endpoints.py @@ -119,7 +119,7 @@ async def get_token(self, test_app_and_product): return resp.json()["access_token"] def test_happy_path(self, get_token): - # Given I have a token + # Given I have a token token = get_token expected_status_code = 200 proxy_url = f"https://internal-dev.api.service.nhs.uk/{config.ENV['base_path']}"