Backend API Integration Tests #99
api-integration-tests.yml
on: schedule
API Health Check
17s
Postman Newman Tests
1m 53s
Matrix: Integration Tests
Test Summary
4s
Annotations
3 errors and 1 warning
|
Integration Tests (integration)
Process completed with exit code 1.
|
|
tests/integration/imfService.integration.test.ts > ImfService Integration Tests > Real API Integration > should handle fetchIndustryData with real parameters:
src/services/datasources/ImfService.ts#L354
Error: Error accessing dataset 'IFS' (International Financial Statistics): connect ECONNREFUSED 134.113.242.23:80
❯ ImfService.fetchImfDataset src/services/datasources/ImfService.ts:354:13
❯ ImfService.fetchIndustryData src/services/datasources/ImfService.ts:971:22
❯ tests/integration/imfService.integration.test.ts:53:22
|
|
tests/integration/imfService.integration.test.ts > ImfService Integration Tests > Real API Integration > should fetch market size data using IFS:
tests/integration/imfService.integration.test.ts#L48
AssertionError: expected 'Error accessing dataset \'IFS\' (Inte…' to contain 'PMP_IX'
- Expected
+ Received
- PMP_IX
+ Error accessing dataset 'IFS' (International Financial Statistics): connect ECONNREFUSED 134.113.242.23:80
❯ tests/integration/imfService.integration.test.ts:48:30
|
|
Postman Newman Tests
No files were found with the provided path: newman-results.json. No artifacts will be uploaded.
|