diff options
-rw-r--r-- | tests/test_subcmds_init.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_subcmds_init.py b/tests/test_subcmds_init.py index 3a5ca3c2..af4346de 100644 --- a/tests/test_subcmds_init.py +++ b/tests/test_subcmds_init.py | |||
@@ -38,7 +38,7 @@ class InitCommand(unittest.TestCase): | |||
38 | """Check invalid command line options.""" | 38 | """Check invalid command line options.""" |
39 | ARGV = ( | 39 | ARGV = ( |
40 | # Too many arguments. | 40 | # Too many arguments. |
41 | ['asdf'], | 41 | ['url', 'asdf'], |
42 | 42 | ||
43 | # Conflicting options. | 43 | # Conflicting options. |
44 | ['--mirror', '--archive'], | 44 | ['--mirror', '--archive'], |