Skip to content

Commit 54d8db2

Browse files
committed
Added blank line to end of tests to satisfy build linter
1 parent 93787d8 commit 54d8db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_endpoints.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ def test_wait_for_status(nhsd_apim_proxy_url, status_endpoint_auth_headers):
7171
@pytest.mark.nhsd_apim_authorization({"access": "application", "level": "level0"})
7272
def test_app_level0(nhsd_apim_proxy_url, nhsd_apim_auth_headers):
7373
resp = requests.get(f"{nhsd_apim_proxy_url}", headers=nhsd_apim_auth_headers)
74-
assert resp.status_code == 401 # unauthorized
74+
assert resp.status_code == 401 # unauthorized

0 commit comments

Comments
 (0)