Commit 116e45b
committed
test(client): align 3 schema-forwarded assertions to auto-wrapped {fields: …} body
## Purpose
After a8bde7e made _normalize_schema auto-wrap bare schema dicts in a
'fields' key, the unit-side assertions were aligned in 3a668b8 but
three integration tests in test_client.py were missed.
## Solution
Updated the final assertion in each of the three schema-forwarding
integration tests to expect the wrapped form
{"fields": {"text_field": {"type": "str"}}} instead of the bare form.
The SDK now sends {schema: {fields: {…}}} on the wire; tests must expect
the wrapped form. Fixes CI-0038.1 parent 518b50a commit 116e45b
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments