There was an error while loading. Please reload this page.
1 parent d375822 commit c4a3f93Copy full SHA for c4a3f93
src/tests/test_views.py
@@ -6,7 +6,7 @@
6
def test_health(client):
7
response = client.get("/health")
8
assert response.status_code == 200
9
- assert response.json() == {"message": "Dialogue API is healthy"}
+ assert response.json() == {"message": "Dialog API is healthy"}
10
11
def test_create_chat_session(client, mocker):
12
response = client.post("/session")
0 commit comments