Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/keboola_agent_cli/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"Validation runs only on `create_config`; `config update` and `config row-create` "
"do not validate against a schema and are unaffected.",
"Tests: the mock schema in `tests/test_config_create_service.py` was itself the "
"reason this shipped -- it wrapped everything in a `parameters` property, a shape "
"reason this shipped. It wrapped everything in a `parameters` property, a shape "
"no real component ever returns, so the off-by-one-level validation matched it and "
"CI stayed green. It is now the real parameters-level shape, and six regression "
"tests cover the contract: sibling keys do not fail validation, the POSTed body "
Expand Down