aboutsummaryrefslogtreecommitdiff
path: root/test_client.py
diff options
context:
space:
mode:
authorJonathan Weth <git@jonathanweth.de>2020-07-21 17:41:03 +0200
committerJonathan Weth <git@jonathanweth.de>2020-07-21 17:41:03 +0200
commitd0779461c5d84534aa3008ec6563ba33a41feac6 (patch)
tree9bcce2b2c7ce4b7906c33131f812ef23b590e5df /test_client.py
parent741d4498f76f743df42a7dfa7906700e9c754658 (diff)
parent885fe5d0f156b349504b9b0209afa893f4b65428 (diff)
downloadRWA.Support.SessionService-d0779461c5d84534aa3008ec6563ba33a41feac6.tar.gz
RWA.Support.SessionService-d0779461c5d84534aa3008ec6563ba33a41feac6.tar.bz2
RWA.Support.SessionService-d0779461c5d84534aa3008ec6563ba33a41feac6.zip
Merge branch 'master' of gitlab.das-netzwerkteam.de:remotewebapp/session-service
Diffstat (limited to 'test_client.py')
-rw-r--r--test_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_client.py b/test_client.py
index cd7d338..927dfd3 100644
--- a/test_client.py
+++ b/test_client.py
@@ -3,7 +3,7 @@ import dbus
bus = dbus.SessionBus()
-time = bus.get_object("de.rwa.rwa", "/RWA")
+time = bus.get_object("org.ArcticaProject.RWA", "/RWA")
curr = time.start()