summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-07-04 14:53:31 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2022-07-04 14:53:31 +0200
commit0264f8dc928905bccef8c23aa6e8daf5c12aef43 (patch)
tree997b15d5ce23f6b31793c42f461b49a7cdba6808
parent6fa8d11ecc92e3010b3aa30352469d57fb03ce9d (diff)
fix benchmark tests2.0.0a3
-rw-r--r--src/borg/testsuite/benchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/borg/testsuite/benchmark.py b/src/borg/testsuite/benchmark.py
index b23a7d800..cc21f19f6 100644
--- a/src/borg/testsuite/benchmark.py
+++ b/src/borg/testsuite/benchmark.py
@@ -26,7 +26,7 @@ def repo_url(request, tmpdir, monkeypatch):
tmpdir.remove(rec=1)
-@pytest.fixture(params=["none", "repokey"])
+@pytest.fixture(params=["none", "repokey-aes-ocb"])
def repo(request, cmd, repo_url):
cmd(f'--repo={repo_url}', 'rcreate', '--encryption', request.param)
return repo_url