fixup CI failures

This commit is contained in:
holger krekel
2026-07-21 13:50:45 +02:00
parent fbf28940fd
commit 0c46959a4c
4 changed files with 17 additions and 52 deletions

View File

@@ -171,14 +171,6 @@ def test_get_special_message_id_returns_empty_message(acfactory):
assert msg.id == 0
def test_provider_info_none():
ctx = ffi.gc(
lib.dc_context_new(ffi.NULL, ffi.NULL, ffi.NULL),
lib.dc_context_unref,
)
assert lib.dc_provider_new_from_email(ctx, cutil.as_dc_charpointer("email@unexistent.no")) == ffi.NULL
def test_get_info_open(tmp_path):
db_fname = tmp_path / "test.db"
ctx = ffi.gc(