Skip to content

Commit 204e554

Browse files
Organizations initial commit - sync main - tests
1 parent 58b1f90 commit 204e554

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/backend/tests/crud/test_conversation.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,10 @@ def test_list_converstions_with_agent_id_filter_and_pagination(session, user):
9292
)
9393
for i in range(10):
9494
get_factory("Conversation", session).create(
95-
title=f"Conversation {i} with agent", user_id=user.id, agent_id=agent.id, updated_at=f"2021-01-{31-i}"
95+
title=f"Conversation {i} with agent",
96+
user_id=user.id,
97+
agent_id=agent.id,
98+
updated_at=f"2021-01-{31-i}",
9699
)
97100

98101
for i in range(10):

0 commit comments

Comments
 (0)