Commit cbc3bf9
fix: use correct key name for ChainedInvokeDetails deserialization
- Change key from snake_case "chained_invoke_details" to PascalCase
"ChainedInvokeDetails" in Operation.from_dict() to match API response
- Add missing assertions in test_operation_from_dict_complete to verify
chained_invoke_details is properly deserialized
Fixes #2371 parent 6202b53 commit cbc3bf9
File tree
2 files changed
+3
-1
lines changed- src/aws_durable_execution_sdk_python
- tests
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
749 | 749 | | |
750 | 750 | | |
751 | 751 | | |
752 | | - | |
| 752 | + | |
753 | 753 | | |
754 | 754 | | |
755 | 755 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1481 | 1481 | | |
1482 | 1482 | | |
1483 | 1483 | | |
| 1484 | + | |
| 1485 | + | |
1484 | 1486 | | |
1485 | 1487 | | |
1486 | 1488 | | |
| |||
0 commit comments