From fe6da6fc588f36b4bb46b9754995771d9d30c319 Mon Sep 17 00:00:00 2001 From: kridai Date: Thu, 24 Aug 2023 10:16:36 +0530 Subject: [PATCH] Update test_webhook.py --- tests/cluster/test_webhook.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cluster/test_webhook.py b/tests/cluster/test_webhook.py index 4ac07bad94..37c0dda3b1 100644 --- a/tests/cluster/test_webhook.py +++ b/tests/cluster/test_webhook.py @@ -96,6 +96,7 @@ def create_studio_flow(self, url, method): def validate(self, method): flow = self.create_studio_flow(url=self.tunnel.public_url, method=method) self.flow_sid = flow.sid + time.sleep(5) self.client.studio.v2.flows(self.flow_sid).executions.create( to="to", from_="from" )