mirror of
https://github.com/apache/superset.git
synced 2026-04-21 17:14:57 +00:00
committed by
GitHub
parent
4d04565c9a
commit
20503f92ae
@@ -32,7 +32,7 @@ const mockStore = configureStore([thunk]);
|
||||
const store = mockStore({});
|
||||
|
||||
const queriesEndpoint = 'glob:*/api/v1/saved_query/?*';
|
||||
const savedQueriesInfo = 'glob:*/api/v1/saved_query/_info';
|
||||
const savedQueriesInfo = 'glob:*/api/v1/saved_query/_info*';
|
||||
|
||||
const mockqueries = [...new Array(3)].map((_, i) => ({
|
||||
created_by: {
|
||||
|
||||
Reference in New Issue
Block a user