mirror of
https://github.com/apache/superset.git
synced 2026-04-13 05:07:53 +00:00
feat: Move SQLAlchemy url reference to config (#13182)
This commit is contained in:
@@ -43,6 +43,11 @@ const dbProps = {
|
||||
},
|
||||
};
|
||||
|
||||
jest.mock('react-redux', () => ({
|
||||
...jest.requireActual('react-redux'),
|
||||
useSelector: jest.fn(),
|
||||
}));
|
||||
|
||||
const DATABASE_ENDPOINT = 'glob:*/api/v1/database/*';
|
||||
|
||||
fetchMock.get(DATABASE_ENDPOINT, {});
|
||||
|
||||
Reference in New Issue
Block a user