Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-marion committed Sep 4, 2024
1 parent f7b01b4 commit 9de3e55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integtests/chatbot-api/session_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ def test_create_session(client, default_model, default_provider, session_id):
assert sessionFound.get("title") == request.get("data").get("text")



def test_get_session(client, session_id, default_model):
session = client.get_session(session_id)
assert session.get("id") == session_id
Expand Down

0 comments on commit 9de3e55

Please sign in to comment.