Files
openclaw/extensions
Jonathan Jing ead65cf04c fix(mattermost): fix port number false positives and timeout test
- Fix isRetryableError: use 'mattermost api NNN' prefix pattern instead of
  \b\d{3}\b to avoid matching port numbers (e.g., :443) and IP octets
- Fix timeout test: properly verify AbortController aborts the fetch by
  listening to the abort event on the signal
- Add test for port 443 connection errors to verify no false 4xx classification
- Update error messages in tests to use 'Mattermost API NNN' format
2026-03-17 16:45:42 +00:00
..