mirror of
https://github.com/apache/superset.git
synced 2026-05-11 02:45:46 +00:00
fix: setupPlugin in chart list page (#16413)
* fix: setupPlugin in chart list page * fix the order of setupPlugins call * Fix jest test on loading geojson * add jest changes * fix unit tests Co-authored-by: Jesse Yang <jesse.yang@airbnb.com>
This commit is contained in:
@@ -31,7 +31,7 @@ test('Get ChartUri when allowDomainSharding:false', () => {
|
||||
duplicateQueryParameters: false,
|
||||
escapeQuerySpace: true,
|
||||
fragment: null,
|
||||
hostname: undefined,
|
||||
hostname: 'localhost',
|
||||
password: null,
|
||||
path: '/path',
|
||||
port: '',
|
||||
|
||||
Reference in New Issue
Block a user