diff --git a/tests/unit/test_cli.py b/tests/unit/test_cli.py index d7ccc0eeb..fe0e15943 100644 --- a/tests/unit/test_cli.py +++ b/tests/unit/test_cli.py @@ -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):