mirror of
https://github.com/chatmail/core.git
synced 2026-05-17 05:46:30 +03:00
fix test
This commit is contained in:
@@ -573,8 +573,6 @@ class TestOnlineAccount:
|
|||||||
|
|
||||||
def test_export_import_self_keys(self, acfactory, tmpdir):
|
def test_export_import_self_keys(self, acfactory, tmpdir):
|
||||||
ac1, ac2 = acfactory.get_two_online_accounts()
|
ac1, ac2 = acfactory.get_two_online_accounts()
|
||||||
ac1.stop_threads()
|
|
||||||
ac2.stop_threads()
|
|
||||||
|
|
||||||
dir = tmpdir.mkdir("exportdir")
|
dir = tmpdir.mkdir("exportdir")
|
||||||
export_files = ac1.export_self_keys(dir.strpath)
|
export_files = ac1.export_self_keys(dir.strpath)
|
||||||
|
|||||||
Reference in New Issue
Block a user