Skip to content

Commit 41f34bf

Browse files
committed
fix CI
1 parent bcd7636 commit 41f34bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iblrig/test/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ def test_call_bonsai(self, mock_exists, mock_create_layout, mock_check_call):
8383
str(workflow_file),
8484
'--start',
8585
'--no-editor',
86+
'--no-boot',
8687
'-p:parameter1=1',
8788
'-p:parameter2=asd',
88-
'--no-boot',
8989
],
9090
cwd=workflow_file.parent,
9191
check=False,

0 commit comments

Comments
 (0)