mirror of
https://github.com/czlonkowski/n8n-mcp.git
synced 2026-04-05 00:53:07 +00:00
test: update tests for v2.28.5 behavior changes (v2.28.6) (#470)
- Update n8n-version tests: 'v' prefix now supported in version strings
- Update n8n-validation tests: empty settings now return minimal defaults
{ executionOrder: 'v1' } instead of {} to avoid API rejection (Issue #431)
Conceived by Romuald Członkowski - https://www.aiadvisors.pl/en
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Romuald Członkowski <romualdczlonkowski@MacBook-Pro-Romuald.local>
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
90407f845d
commit
60479e0eb4
13
CHANGELOG.md
13
CHANGELOG.md
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [2.28.6] - 2025-12-05
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
**Test Updates for v2.28.5 Behavior Changes**
|
||||
|
||||
Fixed test expectations to match v2.28.5 implementation changes:
|
||||
|
||||
- **n8n-version tests**: Updated to verify 'v' prefix support in version strings (e.g., `v1.2.3`)
|
||||
- **n8n-validation tests**: Updated expectations for empty settings handling - now returns minimal defaults `{ executionOrder: 'v1' }` instead of `{}` to avoid n8n API rejection (Issue #431)
|
||||
|
||||
**Conceived by Romuald Członkowski - [AiAdvisors](https://www.aiadvisors.pl/en)**
|
||||
|
||||
## [2.28.5] - 2025-12-05
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
Reference in New Issue
Block a user