summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-09 18:28:01 -0400
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-11 17:55:05 -0400
commit3fec64d916f3f392e151c9404658d8428e5bde99 (patch)
treebdace45da8f6266c4d3e160517a4f452526cf494
parent35c9e9e74ff79fd17e421d53810fbbf013a16298 (diff)
mail-notification: stop using GetInterfaces()
-rw-r--r--tests/twisted/mail-notification.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/mail-notification.py b/tests/twisted/mail-notification.py
index d98293a81..a56eee24f 100644
--- a/tests/twisted/mail-notification.py
+++ b/tests/twisted/mail-notification.py
@@ -332,7 +332,7 @@ def test_no_google_featured(q, bus, conn, stream):
def test(q, bus, conn, stream):
- interfaces = conn.GetInterfaces()
+ interfaces = conn.Properties.Get(cs.CONN, 'Interfaces')
if stream.__class__ is GoogleXmlStream:
assert cs.CONN_IFACE_MAIL_NOTIFICATION in interfaces