Commit bc9e884
committed
fix: add missing MCPManager() instantiation in test
The test_sync_from_config_registers_new_servers test was setting up
mocks but never actually creating an MCPManager instance, so the
sync_from_config() method was never called and register() was never
invoked.
Added MCPManager() call inside the with block to trigger the
initialization flow that calls sync_from_config().1 parent b4f7ce6 commit bc9e884
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
744 | 744 | | |
745 | 745 | | |
746 | 746 | | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
747 | 750 | | |
748 | 751 | | |
749 | 752 | | |
| |||
0 commit comments