Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']}"
Expand Down