Skip to content

Commit 2fc8fba

Browse files
committed
Double slash
1 parent b738a1a commit 2fc8fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests_asyncio/test_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _run_playwright_browser_server() -> Tuple[subprocess.Popen, str]:
5353
launch_server_script_path = str(Path(__file__).parent.parent / "launch_browser_server.js")
5454
command = ["node", launch_server_script_path, port, ws_path]
5555
proc = subprocess.Popen(command) # pylint: disable=consider-using-with
56-
return proc, f"ws:/localhost:{port}/{ws_path}"
56+
return proc, f"ws://localhost:{port}/{ws_path}"
5757

5858

5959
@asynccontextmanager

0 commit comments

Comments
 (0)