Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goemen committed May 15, 2024
1 parent 63b3063 commit e99592d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('pay-transparency-service', () => {
0,
1000,
);
expect(mockGet).toHaveBeenCalledWith('/external-consumer-api/v1/', {
expect(mockGet).toHaveBeenCalledWith('/external-consumer-api/v1/reports', {
params: {
startDate: 'start',
endDate: 'end',
Expand All @@ -44,7 +44,7 @@ describe('pay-transparency-service', () => {
} as any);

expect(mockDelete).toHaveBeenCalledWith(
'/external-consumer-api/v1/delete-reports',
'/external-consumer-api/v1/reports',
{
params: { companyId: '1234567890' },
headers: {
Expand Down

0 comments on commit e99592d

Please sign in to comment.