Unverified Commit 6d068ca5 authored by Nicola Soranzo's avatar Nicola Soranzo
Browse files

Add ``hgweb_repo_prefix`` attribute to ``TestToolShedConfig``

Fix the following error in unit tests:

```
AttributeError: 'TestToolShedConfig' object has no attribute 'hgweb_repo_prefix'
```

caused by merging commit b00beec3
forward.
parent bd9a1698
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):