fix cli test
This commit is contained in:
parent
5f8482bdb7
commit
750c0e4f4f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class CLITest(AsyncioTestCase):
|
|||
def test_valid_command_daemon_not_started(self):
|
||||
self.assertEqual(
|
||||
"Could not connect to daemon. Are you sure it's running?",
|
||||
self.shell(["publish", 'asd', '99', '/blah/foo', 'video'])
|
||||
self.shell(["publish", 'asd'])
|
||||
)
|
||||
|
||||
def test_deprecated_command_daemon_not_started(self):
|
||||
|
|
Loading…
Reference in a new issue