Skip to content

Commit aae9c2f

Browse files
authored
chore: Update tools file option in integration tests
1 parent 35ee427 commit aae9c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def toolbox_server(toolbox_version: str, tools_file_path: str) -> Generator[None
142142
os.chmod("toolbox", 0o700)
143143
# Run toolbox binary
144144
toolbox_server = subprocess.Popen(
145-
["./toolbox", "--tools_file", tools_file_path]
145+
["./toolbox", "--tools-file", tools_file_path]
146146
)
147147

148148
# Wait for server to start

0 commit comments

Comments
 (0)