Commit 7721808
Fix test_register_functions_failure to match new error propagation
The previous commit (preserve error codes on re-raise) changed
register_functions to propagate the inner RegistrationError
(error_code=2052) instead of wrapping it in a generic error
(error_code=2055). Update the test assertion to check for the
original error message and code.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent c925f24 commit 7721808
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
247 | | - | |
| 245 | + | |
| 246 | + | |
248 | 247 | | |
249 | 248 | | |
250 | 249 | | |
| |||
0 commit comments