fix benchmark tests

This commit is contained in:
Thomas Waldmann 2022-07-04 14:53:31 +02:00
parent 6fa8d11ecc
commit 0264f8dc92
1 changed files with 1 additions and 1 deletions

View File

@ -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