mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 17:32:13 -04:00
Merge pull request #9641 from ThomasWaldmann/fix-test_key_export_repokey-1.4
fix test_key_export_repokey typo
This commit is contained in:
commit
0c6b2e8a90
1 changed files with 1 additions and 1 deletions
|
|
@ -3646,7 +3646,7 @@ class ArchiverTestCase(ArchiverTestCaseBase):
|
|||
repo_key2 = RepoKey(repository)
|
||||
repo_key2.load(None, Passphrase.env_passphrase())
|
||||
|
||||
assert repo_key2.enc_key == repo_key2.enc_key
|
||||
assert repo_key2.enc_key == repo_key.enc_key
|
||||
|
||||
def test_key_export_qr(self):
|
||||
export_file = self.output_path + '/exported.html'
|
||||
|
|
|
|||
Loading…
Reference in a new issue