From aa8de299520e900559c141ff6af636302952ad09 Mon Sep 17 00:00:00 2001 From: mulhern Date: Mon, 30 Jun 2025 15:39:50 -0400 Subject: [PATCH] Add value for pool start remove_cache D-Bus argument Signed-off-by: mulhern --- testlib/dbus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testlib/dbus.py b/testlib/dbus.py index d05906b..6f49d42 100644 --- a/testlib/dbus.py +++ b/testlib/dbus.py @@ -260,7 +260,7 @@ def pool_start(id_string, id_type): ) return manager_iface.StartPool( - id_string, id_type, (False, (False, 0)), (False, 0) + id_string, id_type, (False, (False, 0)), (False, 0), False ) @staticmethod