Skip to content

Commit 81a6109

Browse files
committed
fix(backend): integration tests
1 parent cfe1f80 commit 81a6109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/tests/integration/routers/test_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ def test_list_organization_agents_query_param(
413413
)
414414

415415
response = session_client.get(
416-
f"/v1/agents?organization_id={organization1.id}",
416+
f"/v1/agents?org_id={organization1.id}",
417417
headers={"User-Id": user.id, "Organization-Id": organization.id},
418418
)
419419
assert response.status_code == 200

0 commit comments

Comments
 (0)