From 750c0e4f4f1dc8751ce652a001a2c268e2a1108d Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Wed, 27 Mar 2019 21:04:55 -0400 Subject: [PATCH] fix cli test --- tests/unit/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):