diff --git a/backend-external/tests/integration/integration.spec.ts b/backend-external/tests/integration/integration.spec.ts index 924e629aa..31c500a51 100644 --- a/backend-external/tests/integration/integration.spec.ts +++ b/backend-external/tests/integration/integration.spec.ts @@ -34,7 +34,7 @@ describe('/v1/pay-transparency/ GET', () => { .retry(3) .expect(200) .expect(({ body }) => { - expect(body).toHaveProperty('totalRecords'); + expect(body).toHaveProperty('records'); }); }); });