Skip to content

Commit 6ab9080

Browse files
committed
NPA-4474 Fix Python Formatting
1 parent a74f89d commit 6ab9080

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sandbox/api/tests/test_app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
APP_FILE_PATH = "sandbox.api.app"
1515
CONSENT_FILE_PATH = "sandbox.api.get_consent"
1616

17+
1718
@pytest.mark.parametrize("endpoint", ["/_status", "/_ping", "/health"])
1819
def test_health_check(client: object, endpoint: str) -> None:
1920
"""Test health check endpoints."""

sandbox/api/tests/test_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
FILE_PATH = "sandbox.api.utils"
1111

12+
1213
@pytest.mark.parametrize(
1314
"request_args,response_file_name,status_code",
1415
[

0 commit comments

Comments
 (0)