We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad18808 commit f811574Copy full SHA for f811574
packages/toolbox-core/tests/conftest.py
@@ -75,7 +75,7 @@ def get_toolbox_binary_url(toolbox_version: str) -> str:
75
arch = (
76
"arm64" if os_system == "darwin" and platform.machine() == "arm64" else "amd64"
77
)
78
- return f"v{toolbox_version}/{os_system}/{arch}/toolbox"
+ return f"{toolbox_version}/{os_system}/{arch}/toolbox"
79
80
81
def get_auth_token(client_id: str) -> str:
0 commit comments