Unverified Commit 94ebebf4 authored by Nicola Soranzo's avatar Nicola Soranzo Committed by GitHub
Browse files

Merge pull request #18268 from nsoranzo/release_23.2_fix_TestToolShedConfig

[23.2] Add ``hgweb_repo_prefix`` attribute to ``TestToolShedConfig``
parents dbd063e0 6d068ca5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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):