This commit is contained in:
holger krekel
2020-05-20 19:17:48 +02:00
parent 2f09bb468e
commit c3458ec59f

View File

@@ -573,8 +573,6 @@ class TestOnlineAccount:
def test_export_import_self_keys(self, acfactory, tmpdir):
ac1, ac2 = acfactory.get_two_online_accounts()
ac1.stop_threads()
ac2.stop_threads()
dir = tmpdir.mkdir("exportdir")
export_files = ac1.export_self_keys(dir.strpath)