Skip to content

Commit 012f252

Browse files
Update stream_chat/tests/async_chat/test_query_threads.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b431bf1 commit 012f252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_chat/tests/async_chat/test_query_threads.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ async def test_query_threads_with_options(
6666
filter=filter_conditions,
6767
sort=sort_conditions,
6868
limit=1,
69-
user_id=random_user["id"]
69+
user_id=random_user["id"],
7070
)
7171

7272
assert isinstance(response, StreamResponse)

0 commit comments

Comments
 (0)