# HG changeset patch # User Martin Bornhold # Date 2016-10-04 12:48:21 # Node ID ebce9f39d92905561cbf3be6d75b35dfc60cf6be # Parent 63a8933a4bd514dc2330ba1e3c5206a0d6ec112b tests: Remove unused command argument. diff --git a/rhodecode/tests/pylons_plugin.py b/rhodecode/tests/pylons_plugin.py --- a/rhodecode/tests/pylons_plugin.py +++ b/rhodecode/tests/pylons_plugin.py @@ -246,7 +246,7 @@ class HttpVCSServer(VCSServer): config_data = configobj.ConfigObj(config_file) self._config = config_data['server:main'] - args = ['pserve', config_file, 'http_host=0.0.0.0'] + args = ['pserve', config_file] self._args = args @property