phase2: add modular apps, auth scaffolding, and base template routing
This commit is contained in:
@ -4,6 +4,6 @@ from django.urls import reverse
|
||||
|
||||
@pytest.mark.django_db
|
||||
def test_health_endpoint(client):
|
||||
response = client.get(reverse("health"))
|
||||
response = client.get(reverse("core:health"))
|
||||
assert response.status_code == 200
|
||||
assert response.json()["status"] == "ok"
|
||||
|
||||
Reference in New Issue
Block a user