Skip to content

Commit 7030ce6

Browse files
authored
Merge pull request #324 from mulkieran/issue-stratisd-3796
Add value for pool start remove_cache D-Bus argument
2 parents 195cba2 + f3ff925 commit 7030ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testlib/dbus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def pool_start(id_string, id_type):
260260
)
261261

262262
return manager_iface.StartPool(
263-
id_string, id_type, (False, (False, 0)), (False, 0)
263+
id_string, id_type, (False, (False, 0)), (False, 0), False
264264
)
265265

266266
@staticmethod

0 commit comments

Comments
 (0)