From c34edc582e83190db08bfd75ae9273a2a1c5c8d7 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 31 Jul 2023 22:24:14 +0000 Subject: [PATCH] test: test that get_system_info() works over RPC backup import --- deltachat-rpc-client/tests/test_something.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deltachat-rpc-client/tests/test_something.py b/deltachat-rpc-client/tests/test_something.py index 6c2351ecf..9a498470a 100644 --- a/deltachat-rpc-client/tests/test_something.py +++ b/deltachat-rpc-client/tests/test_something.py @@ -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()