Skip to content

Commit

Permalink
Set enable_beta_edam_toolbox in MockAppConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Oct 30, 2020
1 parent 87bc18d commit ed4e451
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/unittest_utils/galaxy_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def __init__(self, root=None, **kwargs):

self.shed_tool_config_file = "config/shed_tool_conf.xml"
self.shed_tool_config_file_set = False
self.enable_beta_edam_toolbox = False
self.preserve_python_environment = "always"
self.enable_beta_gdpr = False
self.legacy_eager_objectstore_initialization = True
Expand Down

0 comments on commit ed4e451

Please sign in to comment.