Skip to content

Commit d225858

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

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
@@ -142,7 +142,7 @@ def test_update_app_settings(self, client: StreamChat):
142142
},
143143
{
144144
"hook_type": "pending_message",
145-
"webhook_url": "http://test-url.com",
145+
"webhook_url": "http://google.com",
146146
"timeout_ms": 500,
147147
"callback": {
148148
"mode": "CALLBACK_MODE_REST",

0 commit comments

Comments
 (0)