mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 05:45:37 +08:00
Fix one more tool shed unit test
This commit is contained in:
@@ -76,6 +76,7 @@ class TestToolShedApp(ToolShedApp):
|
||||
hgweb_config_dir = os.path.join(temp_directory, "hgweb")
|
||||
safe_makedirs(hgweb_config_dir)
|
||||
self.hgweb_config_manager.hgweb_config_dir = hgweb_config_dir
|
||||
self.hgweb_config_manager.hgweb_repo_prefix = "repos/"
|
||||
self.config = TestToolShedConfig(temp_directory)
|
||||
self.security = IdEncodingHelper(id_secret=self.config.id_secret)
|
||||
self.repository_registry = tool_shed.repository_registry.Registry(self)
|
||||
|
||||
Reference in New Issue
Block a user