Skip to content

Commit 81b56d5

Browse files
committed
Recover the fix so the test should pass
1 parent 6750d23 commit 81b56d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server_proxy/handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def get_client_uri(self, protocol, host, port, proxied_path):
140140
else:
141141
client_path = proxied_path
142142

143-
# client_path = quote(client_path)
143+
client_path = quote(client_path)
144144

145145
client_uri = '{protocol}://{host}:{port}{path}'.format(
146146
protocol=protocol,

0 commit comments

Comments
 (0)