Fix collection test

This commit is contained in:
Shane McDonald
2021-03-29 15:03:28 -04:00
parent a5b29201a4
commit b73759e380
2 changed files with 7 additions and 2 deletions

View File

@@ -157,7 +157,7 @@ def determine_state(module_id, endpoint, module, parameter, api_option, module_o
return 'OK'
def test_completeness(collection_import, request, admin_user, job_template):
def test_completeness(collection_import, request, admin_user, job_template, execution_environment):
option_comparison = {}
# Load a list of existing module files from disk
base_folder = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir))