Skip to content

Commit

Permalink
Remove unused test config option
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Oct 20, 2023
1 parent e340895 commit bdcc331
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/galaxy_test/driver/driver_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ def setup_galaxy_config(
template_cache_path=template_cache_path,
tool_config_file=tool_config_file,
tool_data_table_config_path=tool_data_table_config_path,
tool_parse_help=False,
tool_path=tool_path,
update_integrated_tool_panel=update_integrated_tool_panel,
use_tasked_jobs=True,
Expand Down
1 change: 0 additions & 1 deletion lib/tool_shed/test/base/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ def _setup_local(self):
shed_tool_data_table_config=shed_tool_data_table_conf_file,
smtp_server="smtp.dummy.string.tld",
email_from="functional@localhost",
tool_parse_help=False,
use_heartbeat=False,
)
kwargs.update(toolshed_database_conf)
Expand Down

0 comments on commit bdcc331

Please sign in to comment.