Skip to content

Commit

Permalink
Match legacy test compression handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Feb 26, 2025
1 parent 7770878 commit c27cec4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/galaxy/tool_util/verify/interactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,8 @@ def remote_to_input(
"format": test_data["ftype"],
"dbkey": test_data["dbkey"],
"class": test_data.get("class", "File"),
# Match legacy test behavior
"decompress": util.string_as_bool(test_data.get("decompress", True)),
}
if tags:
if isinstance(tags, str):
Expand Down

0 comments on commit c27cec4

Please sign in to comment.