mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
test: Fixes PropertiesModal_spec (#13548)
This commit is contained in:
committed by
GitHub
parent
73a2cc322a
commit
a1442497d4
@@ -46,7 +46,7 @@ const dashboardResult = {
|
||||
fetchMock.restore();
|
||||
|
||||
fetchMock.get('glob:*/api/v1/dashboard/related/owners?*', {
|
||||
result: {},
|
||||
result: [],
|
||||
});
|
||||
|
||||
fetchMock.get('glob:*/api/v1/dashboard/*', {
|
||||
@@ -255,6 +255,7 @@ describe('PropertiesModal', () => {
|
||||
slug: '/new',
|
||||
json_metadata: '{"color_scheme":"SUPERSET_DEFAULT"}',
|
||||
owners: [],
|
||||
roles: [],
|
||||
},
|
||||
},
|
||||
});
|
||||
@@ -293,6 +294,7 @@ describe('PropertiesModal', () => {
|
||||
slug: '/new',
|
||||
json_metadata: '{"color_scheme":"SUPERSET_DEFAULT"}',
|
||||
owners: [],
|
||||
roles: [],
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user