diff --git a/tests/test_command_line_parse.py b/tests/test_command_line_parse.py index c3c0e19bf4d2490428dda8f492d4a0daefaf32f3..2dd87f6778899957219b35682cc5c575e3f8743b 100755 --- a/tests/test_command_line_parse.py +++ b/tests/test_command_line_parse.py @@ -133,7 +133,7 @@ class TestCommandLineParse(unittest.TestCase): mock_os_getuid.return_value = 0 with unittest.mock.patch("sys.argv", ["pacman-mirrors", - "-f 5"]): + "-i"]): app = PacmanMirrors() app.config = app.build_config() app.command_line_parse()