From 58db2d41ee9da4ecd87b06e7acebc9549165ac0f Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 2 Mar 2026 20:05:26 +0100 Subject: [PATCH] revert ice server test --- deltachat-rpc-client/tests/test_calls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-rpc-client/tests/test_calls.py b/deltachat-rpc-client/tests/test_calls.py index c5f68c8c4..6e61a63c0 100644 --- a/deltachat-rpc-client/tests/test_calls.py +++ b/deltachat-rpc-client/tests/test_calls.py @@ -77,7 +77,7 @@ def test_ice_servers(acfactory) -> None: alice = acfactory.get_online_account() ice_servers = alice.ice_servers() - assert len(ice_servers) >= 1 + assert len(ice_servers) == 1 def test_no_contact_request_call(acfactory) -> None: