fix(ios): preserve complete artifact records

This commit is contained in:
Janik Besendorf
2026-09-02 20:36:23 +02:00
parent a463e8509c
commit a02c7d8db0
20 changed files with 529 additions and 335 deletions
+4
View File
@@ -20,6 +20,10 @@ class TestInteractionCModule:
run_module(m)
assert len(m.results) == 3
assert all(
result["interaction"]["Z_PK"] == result["table_id"] for result in m.results
)
assert all("ZMECHANISM" in result["interaction"] for result in m.results)
incoming = next(
r for r in m.results if r["sender_identifier"] == "100000000000001@lid"