Skip to content

Commit

Permalink
Merge pull request #13208 from nsoranzo/fix_test_tool_deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Jan 20, 2022
2 parents 594a999 + 15d4d29 commit 7c34b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/tools/remote_tool_eval.py
Expand Up @@ -63,6 +63,7 @@ def __init__(
self.genome_builds = GenomeBuilds(self)
self.tool_data_tables = tool_data_table_manager
self.file_sources = file_sources
self.biotools_metadata_source = None


def main(TMPDIR, WORKING_DIRECTORY, IMPORT_STORE_DIRECTORY):
Expand Down
1 change: 1 addition & 0 deletions test/unit/app/tools/test_tool_deserialization.py
Expand Up @@ -40,6 +40,7 @@

class ToolApp(GalaxyDataTestApp):
name = 'galaxy'
biotools_metadata_source = None
job_search = None


Expand Down

0 comments on commit 7c34b05

Please sign in to comment.