Skip to content

Commit

Permalink
Added blank line to end of tests to satisfy build linter
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-young-12-nhs committed Feb 13, 2024
1 parent 93787d8 commit 54d8db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ def test_wait_for_status(nhsd_apim_proxy_url, status_endpoint_auth_headers):
@pytest.mark.nhsd_apim_authorization({"access": "application", "level": "level0"})
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
assert resp.status_code == 401 # unauthorized

0 comments on commit 54d8db2

Please sign in to comment.