mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
Syncing the timeout param from backend (#3329)
* Syncing the timeout param from backend * Linting
This commit is contained in:
committed by
GitHub
parent
527572c3eb
commit
2923a125db
@@ -25,7 +25,10 @@ global.notify = {
|
||||
describe('VisualizeModal', () => {
|
||||
const middlewares = [thunk];
|
||||
const mockStore = configureStore(middlewares);
|
||||
const initialState = sqlLabReducer(undefined, {});
|
||||
const initialState = sqlLabReducer({}, {});
|
||||
initialState.common = {
|
||||
SUPERSET_WEBSERVER_TIMEOUT: 45,
|
||||
};
|
||||
const store = mockStore(initialState);
|
||||
const mockedProps = {
|
||||
show: true,
|
||||
|
||||
Reference in New Issue
Block a user