Commit f25f1bc
committed
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.1 parent 0642a2e commit f25f1bc
1 file changed
Lines changed: 8 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
690 | | - | |
| 690 | + | |
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
| |||
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
708 | | - | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
709 | 711 | | |
710 | | - | |
711 | | - | |
712 | | - | |
713 | | - | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | | - | |
718 | | - | |
719 | | - | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
720 | 716 | | |
721 | 717 | | |
722 | 718 | | |
| |||
0 commit comments