Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 352aa9b

Browse files
hazzariaapetrushkin
andauthored
Fix missing call (#72)
Co-authored-by: aapetrushkin <[email protected]>
1 parent c3bbbff commit 352aa9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_server/test_urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from django.test import Client
55

66

7-
@pytest.mark.django_db()()
7+
@pytest.mark.django_db()
88
def test_health_check(client: Client) -> None:
99
"""This test ensures that health check is accessible."""
1010
response = client.get('/health/')

0 commit comments

Comments
 (0)