From bd2a69494f96a55b0ea602ce391c553df0706992 Mon Sep 17 00:00:00 2001 From: Chenxiong Qi Date: Aug 16 2018 08:36:46 +0000 Subject: Fix a test for request-repo command Signed-off-by: Chenxiong Qi --- diff --git a/test/test_cli.py b/test/test_cli.py index 201aa00..719baad 100644 --- a/test/test_cli.py +++ b/test/test_cli.py @@ -821,7 +821,8 @@ class TestRequestRepo(CliTestCase): """Tests a request-repo call with --no-initial-commit""" cli_cmd = ['fedpkg-stage', '--path', self.cloned_repo_path, - 'request-repo', '--no-initial-commit', '--exception'] + 'request-repo', '--no-initial-commit', '--exception', + 'somepkg'] cli = self.get_cli(cli_cmd) cli.request_repo()