Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe6da6f

Browse files
authored
Update test_webhook.py
1 parent afce1f4 commit fe6da6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cluster/test_webhook.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def create_studio_flow(self, url, method):
9696
def validate(self, method):
9797
flow = self.create_studio_flow(url=self.tunnel.public_url, method=method)
9898
self.flow_sid = flow.sid
99+
time.sleep(5)
99100
self.client.studio.v2.flows(self.flow_sid).executions.create(
100101
to="to", from_="from"
101102
)

0 commit comments

Comments
 (0)