summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-02 11:42:56 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2013-10-04 11:05:33 -0400
commit6dc593bc589207b3a611020a08348eaf740290d4 (patch)
tree3e6cb2e4923c1505c33bd9e524510ae36c91cfe4
parent6ba57d285b3da1f2e48c4ae292ece94aec297080 (diff)
GetContactAttributes() doesn't have 'Hold' arg any more
https://bugs.freedesktop.org/show_bug.cgi?id=69964
-rw-r--r--tests/twisted/test-self-alias.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/test-self-alias.py b/tests/twisted/test-self-alias.py
index 908d256..a6c22e0 100644
--- a/tests/twisted/test-self-alias.py
+++ b/tests/twisted/test-self-alias.py
@@ -25,7 +25,7 @@ def test(q, bus, conn, sip_proxy):
assert cs.CONN_IFACE_ALIASING in \
conn.Properties.Get(cs.CONN_IFACE_CONTACTS, "ContactAttributeInterfaces")
attrs = conn.Contacts.GetContactAttributes([self_handle, handle],
- [cs.CONN_IFACE_ALIASING], False)
+ [cs.CONN_IFACE_ALIASING])
assert cs.CONN_IFACE_ALIASING + "/alias" in attrs[self_handle]
assert attrs[self_handle][cs.CONN_IFACE_ALIASING + "/alias"] == u'foo@bar.baz'