svn: fixed svn detection test

This commit is contained in:
RhodeCode Admin 2023-10-23 21:58:36 +02:00
parent a713c72836
commit bb885cd61e

View file

@ -93,7 +93,7 @@ class TestRepositoryBase(BackendTestMixin):
config = Config()
url = {
"hg": "https://code.rhodecode.com/rhodecode-vcsserver",
"svn": "https://code.rhodecode.com/svn-doc",
"svn": "https://default:default@code.rhodecode.com/svn-doc",
"git": "https://code.rhodecode.com/appenlight",
}[self.repo.alias]