From a18e63f8bf4b436be244255105e9ca4876e720e3 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 10 Jun 2026 13:02:30 -0400 Subject: [PATCH] Revert "Change expected error type on failure to set fs limit" This reverts commit 438bf899bee8e0ee6378b56fa35c877b68a1ffa3. --- stratisd_cert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratisd_cert.py b/stratisd_cert.py index 6ce83a2..cbd7ef2 100644 --- a/stratisd_cert.py +++ b/stratisd_cert.py @@ -864,7 +864,7 @@ def test_pool_set_fs_limit_too_low(self): StratisDbus.POOL_IFACE, "FsLimit", dbus.UInt64(0), - "org.freedesktop.zbus.Error", + "org.freedesktop.DBus.Error.Failed", ) @skip(_skip_condition(1))