Commit f93e25f
test(harbor): use caplog.messages instead of LogRecord.message
Greptile on #20: .message is only set by Formatter.format(), which
pytest's capture handler never calls; caplog.messages goes through
getMessage() and is stable across pytest versions.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 77772b9 commit f93e25f
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
| |||
0 commit comments