We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5154abb commit ad320a8Copy full SHA for ad320a8
stream_chat/tests/conftest.py
@@ -48,7 +48,7 @@ def random_users(client):
48
@pytest.fixture(scope="function")
49
def channel(client, random_user):
50
channel = client.channel(
51
- "messaging", f"{uuid.uuid4()}", {"test": True, "language": "python"}
+ "messaging", str(uuid.uuid4()), {"test": True, "language": "python"}
52
)
53
channel.create(random_user["id"])
54
return channel
0 commit comments