diff options
author | 2013-01-02 18:11:31 +0100 | |
---|---|---|
committer | 2013-01-02 18:11:31 +0100 | |
commit | 6b20f5f6c063e4e6c94d719b607ad5a028b8beee (patch) | |
tree | a8c3dfa9962aa819507870553700a35b7dcc4c74 /tests/api/test_noargs.py | |
parent | Remove '/' from filename to avoid filepath exception (diff) | |
download | pyload-6b20f5f6c063e4e6c94d719b607ad5a028b8beee.tar.xz |
new configManager for multi user configs
Diffstat (limited to 'tests/api/test_noargs.py')
-rw-r--r-- | tests/api/test_noargs.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): |