summaryrefslogtreecommitdiffstats
path: root/src/borg/testsuite/archiver.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/borg/testsuite/archiver.py')
-rw-r--r--src/borg/testsuite/archiver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/borg/testsuite/archiver.py b/src/borg/testsuite/archiver.py
index 0983a271c..450ba1757 100644
--- a/src/borg/testsuite/archiver.py
+++ b/src/borg/testsuite/archiver.py
@@ -4014,7 +4014,7 @@ class ManifestAuthenticationTest(ArchiverTestCaseBase):
class RemoteArchiverTestCase(ArchiverTestCase):
- prefix = '__testsuite__:'
+ prefix = 'ssh://__testsuite__'
def open_repository(self):
return RemoteRepository(Location(self.repository_location))