Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests/units/client/server_routes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/client/server_routes.py')
-rwxr-xr-xtests/units/client/server_routes.py13
1 files changed, 1 insertions, 12 deletions
diff --git a/tests/units/client/server_routes.py b/tests/units/client/server_routes.py
index 6b36061..c477ff2 100755
--- a/tests/units/client/server_routes.py
+++ b/tests/units/client/server_routes.py
@@ -22,7 +22,7 @@ class ServerRoutesTest(tests.Test):
ipc = IPCConnection()
self.assertEqual(
- {'guid': tests.UID, 'roles': []},
+ {'guid': tests.UID, 'roles': [], 'route': 'proxy'},
ipc.get(cmd='whoami'))
def test_Events(self):
@@ -119,17 +119,6 @@ class ServerRoutesTest(tests.Test):
events)
del events[:]
-
-
-
-
-
-
-
-
-
-
-
def test_BLOBs(self):
self.start_node()
ipc = IPCConnection()