Skip to content

Commit 3015746

Browse files
Update stream_chat/tests/test_client.py
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6256a0b commit 3015746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stream_chat/tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1033,7 +1033,7 @@ def test_mark_delivered(
10331033
{"cid": channel.cid, "id": "test-message-id-1"},
10341034
{"cid": channel.cid, "id": "test-message-id-2"},
10351035
],
1036-
"user_id": random_user["id"]
1036+
"user_id": random_user["id"],
10371037
}
10381038

10391039
response = client.mark_delivered(delivery_data_multiple)

0 commit comments

Comments
 (0)