Phase 1B: Unify plugins from company to contact

This commit is contained in:
Agent Zero
2026-07-23 17:18:38 +02:00
parent 879106c4eb
commit 5d79b4f613
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ class TestCompanyAuditAndSoftDelete:
json={"name": "Audited Corp"},
headers=ORIGIN_HEADER,
)
q = select(AuditLog).where(AuditLog.entity_type == "company", AuditLog.action == "create")
q = select(AuditLog).where(AuditLog.entity_type == "contact", AuditLog.action == "create")
result = await db_session.execute(q)
entries = result.scalars().all()
assert len(entries) >= 1