Skip to content

Commit 322dcac

Browse files
committed
update ci test
1 parent b300dce commit 322dcac

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/api/src/taskflow_api/tests/test_multitenancy.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ async def test_list_projects_tenant_isolation(client: AsyncClient, session: Asyn
5757

5858

5959
@pytest.mark.asyncio
60-
async def test_get_project_wrong_tenant_returns_404(client: AsyncClient, session: AsyncSession) -> None:
60+
async def test_get_project_wrong_tenant_returns_404(
61+
client: AsyncClient, session: AsyncSession
62+
) -> None:
6163
"""Test that accessing a project from wrong tenant returns 404 (not 403)."""
6264
# Create project in tenant A
6365
response = await client.post(

0 commit comments

Comments
 (0)