Skip to content

Commit 621dcb0

Browse files
committed
Update get_install_to_run() args in test
1 parent da9d378 commit 621dcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_install_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def get_log_file(self):
288288
def get_installs(self):
289289
return self.installs
290290

291-
def get_install_to_run(self, tag):
291+
def get_install_to_run(self, tag=None, script=None, *, windowed=False):
292292
for i in self.installs:
293293
if i["tag"] == tag or f"{i['company']}/{i['tag']}" == tag:
294294
return i

0 commit comments

Comments
 (0)