summaryrefslogtreecommitdiff
path: root/tests/twisted/roster/subscribe.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/twisted/roster/subscribe.py')
-rw-r--r--tests/twisted/roster/subscribe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/roster/subscribe.py b/tests/twisted/roster/subscribe.py
index f6225de..102ab71 100644
--- a/tests/twisted/roster/subscribe.py
+++ b/tests/twisted/roster/subscribe.py
@@ -13,7 +13,7 @@ import constants as cs
import ns
def test(q, bus, conn, stream):
- self_handle = conn.GetSelfHandle()
+ self_handle = conn.Properties.Get(cs.CONN, "SelfHandle")
# Close all Group channels to get a clean slate, so we can rely on
# the NewChannels signal for the default group later