chore: Add testing around base tools (#2268)

This commit is contained in:
Matthew Zhou
2024-12-17 15:46:05 -08:00
committed by GitHub
parent 6fb2968006
commit 7fb8f16155
9 changed files with 135 additions and 174 deletions

View File

@@ -40,13 +40,3 @@ for org in orgs:
),
actor=fake_user,
)
ToolManager().create_or_update_tool(
Tool(
name="pause_heartbeats",
source_code=source_code,
source_type=source_type,
description=description,
),
actor=fake_user,
)