diff options
Diffstat (limited to 'tests/api')
-rw-r--r-- | tests/api/test_WebSocketBackend.py (renamed from tests/api/test_WebSocketAPI.py) | 2 | ||||
-rw-r--r-- | tests/api/test_noargs.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/api/test_WebSocketAPI.py b/tests/api/test_WebSocketBackend.py index ac22d044e..be465e3d4 100644 --- a/tests/api/test_WebSocketAPI.py +++ b/tests/api/test_WebSocketBackend.py @@ -5,7 +5,7 @@ from nose.tools import raises from module.remote.ttypes import Forbidden from module.remote.WSClient import WSClient -class TestWebSocketAPI: +class TestWebSocketBackend: def setUp(self): self.client = WSClient() diff --git a/tests/api/test_noargs.py b/tests/api/test_noargs.py index 02e49cf13..aa010f293 100644 --- a/tests/api/test_noargs.py +++ b/tests/api/test_noargs.py @@ -6,7 +6,7 @@ from ApiTester import ApiTester from module.remote.ttypes import Iface -IGNORE = ('kill', 'restart') +IGNORE = ('stop', 'restart') class TestNoArgs(ApiTester): def setUp(self): |