Skip to content

Commit dbc9f5b

Browse files
author
Andrei Neagu
committed
fixed patch
1 parent 964b515 commit dbc9f5b

File tree

1 file changed

+1
-1
lines changed
  • services/director-v2/tests/integration/02

1 file changed

+1
-1
lines changed

services/director-v2/tests/integration/02/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ async def patch_dynamic_service_url(app: FastAPI, node_uuid: str) -> str:
278278
scheduler_data.proxy_service_name = localhost_ip
279279
scheduler_data.proxy_admin_api_port = proxy_published_port
280280

281-
endpoint = scheduler_data.endpoint
281+
endpoint = f"{scheduler_data.endpoint}".rstrip("/")
282282
assert endpoint == f"http://{localhost_ip}:{sidecar_published_port}"
283283
return endpoint
284284

0 commit comments

Comments
 (0)