Skip to content

Commit

Permalink
Fix makeAPI test arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Jan 24, 2025
1 parent b129737 commit f03f588
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('makeApi()', () => {
method: 'GET',
endpoint: '/test-custom-client',
});
const client = new SupersetClientClass({ basePath: '/foo' });
const client = new SupersetClientClass({ appRoot: '/foo' });
const mockResponse = { yes: 'ok' };
const mockRequest = jest.fn(() =>
Promise.resolve(
Expand Down

0 comments on commit f03f588

Please sign in to comment.