summaryrefslogtreecommitdiff
path: root/tests/registryd/test_root_accessible.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/registryd/test_root_accessible.py')
-rw-r--r--tests/registryd/test_root_accessible.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/registryd/test_root_accessible.py b/tests/registryd/test_root_accessible.py
index 93ad1158..6f15204f 100644
--- a/tests/registryd/test_root_accessible.py
+++ b/tests/registryd/test_root_accessible.py
@@ -56,3 +56,7 @@ def test_root_get_localized_role_name(registry_root, session_manager):
def test_root_get_state(registry_root, session_manager):
assert registry_root.GetState(dbus_interface=ACCESSIBLE_IFACE) == [0, 0]
+
+def test_root_get_attributes(registry_root, session_manager):
+ assert len(registry_root.GetAttributes(dbus_interface=ACCESSIBLE_IFACE)) == 0
+