Enhancement / fix: include social accounts and api tokens in export (#8016)

This commit is contained in:
shamoon
2024-10-26 06:51:22 -07:00
committed by GitHub
parent 53aa216a4a
commit 7649903d3c
4 changed files with 39 additions and 15 deletions

View File

@@ -971,10 +971,6 @@ class TestCryptExportImport(
)
stdout.seek(0)
self.assertIn(
(
"You have configured mail accounts, "
"but no passphrase was given. "
"Passwords will be in plaintext"
),
("No passphrase was given, sensitive fields will be in plaintext"),
stdout.read(),
)