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:
Nicola Soranzo
2024-05-30 16:43:35 +01:00
committed by GitHub
+1
View File
@@ -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):