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

Commit

Permalink
Fix missing call (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: aapetrushkin <[email protected]>
  • Loading branch information
Hazzari and aapetrushkin authored Sep 17, 2023
1 parent c3bbbff commit 352aa9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server/test_urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django.test import Client


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

0 comments on commit 352aa9b

Please sign in to comment.