mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
Merge pull request #18268 from nsoranzo/release_23.2_fix_TestToolShedConfig
[23.2] Add ``hgweb_repo_prefix`` attribute to ``TestToolShedConfig``
This commit is contained in:
@@ -46,6 +46,7 @@ class TestToolShedConfig:
|
||||
file_path: str
|
||||
id_secret: str = "thisistheshedunittestsecret"
|
||||
smtp_server: Optional[str] = None
|
||||
hgweb_repo_prefix = "repos/"
|
||||
config_hg_for_dev = False
|
||||
|
||||
def __init__(self, temp_directory):
|
||||
|
||||
Reference in New Issue
Block a user