diff options
Diffstat (limited to 'test/test-dbus.py')
-rwxr-xr-x | test/test-dbus.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test-dbus.py b/test/test-dbus.py index 27a2d14f..79719b97 100755 --- a/test/test-dbus.py +++ b/test/test-dbus.py @@ -1766,7 +1766,8 @@ class TestConnection(unittest.TestCase, DBusUtil): "username" : "test", "PeerIsClient" : "1", "RetryInterval" : "1", - "RetryDuration" : "10" + "RetryDuration" : "10", + "GnomeKeyring" : "0" }, "source/addressbook" : { "sync" : "two-way", "type" : "addressbook", |