Skip to content

Commit

Permalink
fix backend external integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goemen committed Apr 26, 2024
1 parent 4d61a41 commit d28bb6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend-external/tests/integration/integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('/v1/pay-transparency/ GET', () => {
.retry(3)
.expect(200)
.expect(({ body }) => {
expect(body).toHaveProperty('totalRecords');
expect(body).toHaveProperty('records');
});
});
});

0 comments on commit d28bb6c

Please sign in to comment.