Skip to content

Commit

Permalink
Test: use the new key / check whether it works.
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion committed Apr 9, 2022
1 parent c1fde2b commit 5a31c89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/borg/testsuite/archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -3638,6 +3638,7 @@ def test_key_change_algorithm(self):
with Repository(self.repository_path) as repository:
_, key = Manifest.load(repository, Manifest.NO_OPERATION_CHECK)
assert key._encrypted_key_algorithm == 'argon2 aes256-ctr hmac-sha256'
self.cmd('info', self.repository_location)


@unittest.skipUnless('binary' in BORG_EXES, 'no borg.exe available')
Expand Down

0 comments on commit 5a31c89

Please sign in to comment.