test: test that get_system_info() works over RPC backup import

This commit is contained in:
link2xt
2023-07-31 22:24:14 +00:00
parent 8eee389c09
commit c34edc582e

View File

@@ -355,3 +355,5 @@ async def test_import_export(acfactory, tmp_path) -> None:
files = list(tmp_path.glob("*.tar"))
alice2 = await acfactory.get_unconfigured_account()
await alice2.import_backup(files[0])
assert await alice2.manager.get_system_info()