Skip to content

Commit

Permalink
Added blank likes to fix linting error in Azure DevOps
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-young-12-nhs committed Feb 9, 2024
1 parent b5abe81 commit 1174488
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,14 @@ def test_app_level0(nhsd_apim_proxy_url, nhsd_apim_auth_headers):
resp = requests.get(f"{nhsd_apim_proxy_url}", headers=nhsd_apim_auth_headers)
assert resp.status_code == 401 # unauthorized


@pytest.mark.skip(reason="TBC: Are we supporting Application level 3 access to the API?")
@pytest.mark.nhsd_apim_authorization({"access": "application", "level": "level3"})
def test_app_level3(nhsd_apim_proxy_url, nhsd_apim_auth_headers):
resp = requests.get(f"{nhsd_apim_proxy_url}", headers=nhsd_apim_auth_headers)
assert resp.status_code == 200


@pytest.mark.skip(reason="Requires API key to be shared with proxy and decision on endpoint and user to use")
@pytest.mark.nhsd_apim_authorization(
{
Expand Down

0 comments on commit 1174488

Please sign in to comment.