Commit 4d8f631
committed
fix: align test assertions with actual template implementation
Update test_template_handles_non_registerable_modules to check for the
actual exception handling pattern used in _AGENT_ENGINE_APP_TEMPLATE:
- Changed assertion from "except Exception:" to "except Exception as e:"
- Changed assertion from "pass" to "_logger.debug" to match the logging
behavior in the template1 parent 0f841c5 commit 4d8f631
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
646 | 646 | | |
647 | 647 | | |
648 | 648 | | |
649 | | - | |
650 | | - | |
| 649 | + | |
| 650 | + | |
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
| |||
0 commit comments