Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/presence/pstest.py
diff options
context:
space:
mode:
Diffstat (limited to 'services/presence/pstest.py')
-rw-r--r--services/presence/pstest.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/services/presence/pstest.py b/services/presence/pstest.py
index 3054e48..7715fd3 100644
--- a/services/presence/pstest.py
+++ b/services/presence/pstest.py
@@ -63,7 +63,8 @@ class TestOwner(GenericOwner):
icon = _get_random_image()
_logger.debug("pubkey is %s" % pubkey)
- GenericOwner.__init__(self, ps, bus, pubkey_to_keyid(pubkey),
+ GenericOwner.__init__(self, ps, bus,
+ 'keyid/' + pubkey_to_keyid(pubkey),
key=pubkey, nick=nick, color=color, icon=icon,
registered=registered, key_hash=privkey_hash)