Fix one more tool shed unit test

This commit is contained in:
mvdbeek
2024-06-05 14:44:04 +02:00
parent 02c1ec8ac8
commit 9681d8647f
+1
View File
@@ -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)