mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-23 10:36:32 -04:00
fix test_key_export_repokey typo
This commit is contained in:
parent
2a9429d9d7
commit
9060e8afb9
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