Phase 1B: Unify plugins from company to contact
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user