Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Kumar committed Oct 29, 2024
1 parent 3a89813 commit fc82cb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const getObjectCustomEndpoint: ApiFunctionalTestCase<typeof getObject> = [
getObject,
{
...defaultConfig,
customEndpoint: 'https://custom.endpoint.com',
customEndpoint: 'custom.endpoint.com',
forcePathStyle: true,
} as Parameters<typeof getObject>[0],
{
Expand Down

0 comments on commit fc82cb6

Please sign in to comment.