Skip to content

Commit

Permalink
test: Update test_webhook.py (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
kridai authored Aug 24, 2023
1 parent afce1f4 commit c796ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cluster/test_webhook.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit c796ab4

Please sign in to comment.