mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix: explore replace wrong standalone slice url (#12359)
This commit is contained in:
@@ -199,6 +199,16 @@ describe('exploreUtils', () => {
|
||||
URI('/superset/explore/').search({ form_data: sFormData }),
|
||||
);
|
||||
});
|
||||
|
||||
it('generates url with standalone', () => {
|
||||
compareURI(
|
||||
URI(getExploreLongUrl(formData, 'standalone')),
|
||||
URI('/superset/explore/').search({
|
||||
form_data: sFormData,
|
||||
standalone: 'true',
|
||||
}),
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
describe('buildV1ChartDataPayload', () => {
|
||||
|
||||
Reference in New Issue
Block a user