svn: fixed svn detection test
This commit is contained in:
parent
a713c72836
commit
bb885cd61e
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue