Skip to content

Commit 2986c9b

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 0ffc2d6 commit 2986c9b

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
@@ -147,7 +147,7 @@ def test_update_user_with_team(self, client: StreamChat):
147147
user = {
148148
"id": str(uuid.uuid4()),
149149
"team": "blue",
150-
"teams_role": {"blue": "admin"}
150+
"teams_role": {"blue": "admin"},
151151
}
152152
response = client.upsert_user(user)
153153
assert "users" in response

0 commit comments

Comments
 (0)