Skip to content

Commit 6916bad

Browse files
committed
Fix failing webhook tests
1 parent 590f1f1 commit 6916bad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stream_chat/tests/test_client.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,6 @@ def test_get_app_settings(self, client: StreamChat):
128128
assert "app" in configs
129129

130130
def test_update_app_settings(self, client: StreamChat):
131-
response = client.get_app_settings()
132-
assert "app" in response
133-
134131
client.update_app_settings(
135132
event_hooks=[
136133
{

0 commit comments

Comments
 (0)