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(bulk): route the e2e test's light discovery through call_tool_success
A bare mcp_client.call_tool() for ha_search meant a real tool failure was
indistinguishable from "no lights found" -- both landed on the same
pytest.skip(), silently hiding an infrastructure problem instead of
failing the test. Folds the search into the test's existing MCPAssertions
context so call_tool_success raises loudly on an actual error.
0 commit comments