Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Josmorsot committed Jul 7, 2023
1 parent 149c3c1 commit a579b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-api/__tests__/api/lds.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe('lds', () => {
).toEqual([someCoordinates]);

expect(fetchMock).toBeCalledWith(
'https://api.com//v3/lds/geocoding/geocode?address=boston&country=US&limit=4',
'https://api.com//v3/lds/geocoding/geocode?client=c4react&address=boston&country=US&limit=4',
{
headers: {
Authorization: `Bearer ${sampleCredentialsV3.accessToken}`
Expand Down

0 comments on commit a579b32

Please sign in to comment.