Merge pull request #9641 from ThomasWaldmann/fix-test_key_export_repokey-1.4

fix test_key_export_repokey typo
This commit is contained in:
TW 2026-05-14 09:43:06 +02:00 committed by GitHub
commit 0c6b2e8a90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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