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