Skip to content

Commit

Permalink
extend mock app config by display_builtin_converters
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Nov 10, 2023
1 parent 095e9c1 commit 8958492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/app_unittest_utils/galaxy_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def __init__(self, **kwargs):
self.integrated_tool_panel_config = None
self.vault_config_file = kwargs.get("vault_config_file")
self.max_discovered_files = 10000
self.display_builtin_converters = True

@property
def config_dict(self):
Expand Down

0 comments on commit 8958492

Please sign in to comment.