Skip to content

Commit

Permalink
fix: update stream_chat/tests/test_channel.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
totalimmersion and github-actions[bot] authored Dec 6, 2024
1 parent c1a49f8 commit 328dcfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stream_chat/tests/test_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,7 @@ def test_pin_channel(

# Query for pinned channels
response = client.query_channels(
{"pinned": True, "cid": channel.cid},
user_id=user_id
{"pinned": True, "cid": channel.cid}, user_id=user_id
)
assert len(response["channels"]) == 1
assert response["channels"][0]["cid"] == channel.cid
Expand Down

0 comments on commit 328dcfc

Please sign in to comment.