Skip to content

Commit

Permalink
Revert "Change StartPool invocation for new revision"
Browse files Browse the repository at this point in the history
This reverts commit dc1905e.
  • Loading branch information
mulkieran committed Sep 25, 2024
1 parent 438b8e4 commit 7914805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testlib/dbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def pool_start(id_string, id_type):
StratisDbus._MNGR_IFACE,
)

return manager_iface.StartPool(id_string, id_type, (False, ""), (False, 0))
return manager_iface.StartPool(id_string, id_type, (False, ""))

@staticmethod
def pool_stop(id_string, id_type):
Expand Down

0 comments on commit 7914805

Please sign in to comment.