You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test test_admin_tool_name_conflict creates a tool of the format f"duplicate_tool_{uuid.uuid4().hex[:8]}" in application database instead of mock database
🔁 Steps to Reproduce
Run make test on an existing application database
Run make serve and check tool list
Find tool with name starting with duplicate_tool_.