Merge branch 'release_23.2' into release_24.0

This commit is contained in:
Nicola Soranzo
2024-05-30 16:45:28 +01:00
+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):