Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 258c73e

Browse filesBrowse files
chore: adding debug statement in localtunnel
1 parent bf27f5f commit 258c73e
Copy full SHA for 258c73e

File tree

1 file changed

+3
-2
lines changed
Filter options

1 file changed

+3
-2
lines changed

‎tests/cluster/test_webhook.py

Copy file name to clipboardExpand all lines: tests/cluster/test_webhook.py
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ def setUp(self):
4444
port_number = 7777
4545
self.validation_server = HTTPServer(("", port_number), RequestHandler)
4646
self.tunnel = Tunnel()
47-
self.public_url = self.tunnel.get_url()
48-
self.tunnel.create_tunnel(port=port_number)
47+
self.public_url = self.tunnel.get_url(None)
48+
print('public url ------ ' + self.public_url)
49+
self.tunnel.create_tunnel(port_number)
4950
self.flow_sid = ""
5051
_thread.start_new_thread(self.start_http_server, ())
5152

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.