aboutsummaryrefslogtreecommitdiff
path: root/tests/test-client.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-client.py')
-rwxr-xr-xtests/test-client.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-client.py b/tests/test-client.py
index 0dbf868..5baa795 100755
--- a/tests/test-client.py
+++ b/tests/test-client.py
@@ -16,9 +16,9 @@ class MessagingMenuTest(dbusmock.DBusTestCase):
klass.bus = klass.get_dbus(False)
def setUp(self):
- name = 'com.canonical.indicator.messages'
- obj_path = '/com/canonical/indicator/messages/service'
- iface = 'com.canonical.indicator.messages.service'
+ name = 'org.ayatana.indicator.messages'
+ obj_path = '/org/ayatana/indicator/messages/service'
+ iface = 'org.ayatana.indicator.messages.service'
self.messaging_service = self.spawn_server(name, obj_path, iface, stdout=subprocess.PIPE)
self.mock = dbus.Interface(self.bus.get_object(name, obj_path), dbusmock.MOCK_IFACE)