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
@@ -185,7 +185,7 @@ async def test_reverse_link_company_files(authed_client: AsyncClient):
file_id = str(uuid.uuid4())
await client.post(
f"/api/v1/dms/files/{file_id}/link",
json={"entity_type": "company", "entity_id": company_id},
json={"entity_type": "contact", "entity_id": company_id},
headers=ORIGIN_HEADER,
)