# HG changeset patch # User Martin Bornhold # Date 2016-06-17 07:48:16 # Node ID 58fe11b6595ddd572953d62f2cf17ce6d5f61736 # Parent 8a01e4c9e4d8150a5ebac41e041bb3431faaaf86 pytest: Removed unused argument. diff --git a/rhodecode/config/utils.py b/rhodecode/config/utils.py --- a/rhodecode/config/utils.py +++ b/rhodecode/config/utils.py @@ -82,7 +82,7 @@ def initialize_test_environment(settings # test repos if test_env: create_test_env(TESTS_TMP_PATH, settings) - create_test_index(TESTS_TMP_PATH, settings, True) + create_test_index(TESTS_TMP_PATH, settings) def get_vcs_server_protocol(config): diff --git a/rhodecode/lib/utils.py b/rhodecode/lib/utils.py --- a/rhodecode/lib/utils.py +++ b/rhodecode/lib/utils.py @@ -701,7 +701,7 @@ def get_custom_lexer(extension): #============================================================================== # TEST FUNCTIONS AND CREATORS #============================================================================== -def create_test_index(repo_location, config, full_index): +def create_test_index(repo_location, config): """ Makes default test index