This commit is contained in:
Peter Eckersley
2015-11-30 20:57:07 -08:00
parent 77778e85cc
commit ffd30d8c1e
+1 -1
View File
@@ -343,7 +343,7 @@ class CLITest(unittest.TestCase): # pylint: disable=too-many-public-methods
def test_parse_webroot(self):
plugins = disco.PluginsRegistry.find_all()
webroot_args = ['--webroot', '-w', '/var/www/example',
webroot_args = ['--webroot', '-w', '/var/www/example',
'-d', 'example.com,www.example.com', '-w', '/var/www/superfluous',
'-d', 'superfluo.us', '-d', 'www.superfluo.us']
namespace = cli.prepare_and_parse_args(plugins, webroot_args)