Skip to content

Commit

Permalink
Update unit tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Aug 9, 2024
1 parent 8581f7b commit 9a45ed2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ describe('Engagement listing page tests', () => {
fireEvent.click(screen.getByTestId('search-button'));
await waitFor(() => {
expect(mockFetcher.load).toHaveBeenLastCalledWith(
'/engagements/?page=1&size=10&sort_key=engagement.created_date&sort_order=desc&engagement_status=1',
'/engagements/search?page=1&size=10&sort_key=engagement.created_date&sort_order=desc&engagement_status=1',
);
});
});
Expand Down

0 comments on commit 9a45ed2

Please sign in to comment.