Skip to content

Commit

Permalink
Merge pull request #18268 from nsoranzo/release_23.2_fix_TestToolShed…
Browse files Browse the repository at this point in the history
…Config

[23.2] Add ``hgweb_repo_prefix`` attribute to ``TestToolShedConfig``
  • Loading branch information
nsoranzo authored May 30, 2024
2 parents dbd063e + 6d068ca commit 94ebebf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/tool_shed/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 94ebebf

Please sign in to comment.