SIENTIAPDE-1478

Refactor PI Web API response handling in tests

- Updated test cases in test_api.py to handle response data as lists instead of dictionaries for consistency with the API's expected output format.
- Adjusted mock responses to reflect the new structure, ensuring tests accurately simulate API behavior.
- Enhanced clarity in test descriptions and improved overall test coverage for response processing scenarios.
This commit is contained in:
vitor-aignosi
2026-01-22 13:48:05 -03:00
parent 0739f7e2b3
commit ecbcd67597
2 changed files with 66 additions and 1336 deletions

File diff suppressed because one or more lines are too long