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

Commit

Permalink
Merge branch 'tough-dev-school:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
ElenaDru authored Sep 22, 2023
2 parents e8e5284 + 352aa9b commit 58b3ab9
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 58b3ab9

Please sign in to comment.