Skip to content

Commit

Permalink
extend mock app 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 32dc1cd
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 @@ -110,6 +110,7 @@ def __init__(self, config=None, **kwargs):
self.interactivetool_manager = Bunch(create_interactivetool=lambda *args, **kwargs: None)
self.is_job_handler = False
self.biotools_metadata_source = None
self.display_builtin_converters = True
set_thread_app(self)

def url_for(*args, **kwds):
Expand Down

0 comments on commit 32dc1cd

Please sign in to comment.