Commit bd74d02
Align async fetchxml JSON parsing with sync pattern
Replace broad try/except around r.json() with hasattr guard, matching
the sync FetchXmlQuery pattern. Remove the now-obsolete test that
verified the exception-swallowing behavior.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 58fe82e commit bd74d02
2 files changed
Lines changed: 1 addition & 15 deletions
File tree
- src/PowerPlatform/Dataverse/aio/models
- tests/unit/aio
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
| 102 | + | |
106 | 103 | | |
107 | 104 | | |
108 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
512 | | - | |
513 | | - | |
514 | 503 | | |
515 | 504 | | |
516 | 505 | | |
| |||
0 commit comments