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
fix(cli): update announceLoadedAgents test to use getLoadedAgentsData instead of console.log spy
The announceLoadedAgents function was refactored to use logger.debug instead of
console.log, but the test was still spying on console.log which caused CI failures
with exit code 123.
0 commit comments