Skip to content

Commit c4a3f93

Browse files
committed
Fixes tests
1 parent d375822 commit c4a3f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tests/test_views.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
def test_health(client):
77
response = client.get("/health")
88
assert response.status_code == 200
9-
assert response.json() == {"message": "Dialogue API is healthy"}
9+
assert response.json() == {"message": "Dialog API is healthy"}
1010

1111
def test_create_chat_session(client, mocker):
1212
response = client.post("/session")

0 commit comments

Comments
 (0)