mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
test: test that get_system_info() works over RPC backup import
This commit is contained in:
@@ -355,3 +355,5 @@ async def test_import_export(acfactory, tmp_path) -> None:
|
|||||||
files = list(tmp_path.glob("*.tar"))
|
files = list(tmp_path.glob("*.tar"))
|
||||||
alice2 = await acfactory.get_unconfigured_account()
|
alice2 = await acfactory.get_unconfigured_account()
|
||||||
await alice2.import_backup(files[0])
|
await alice2.import_backup(files[0])
|
||||||
|
|
||||||
|
assert await alice2.manager.get_system_info()
|
||||||
|
|||||||
Reference in New Issue
Block a user