|
|
@ -96,6 +96,7 @@ module.exports.tests.sanitize = (test, common) => { |
|
|
|
const expected_sanitizers = [ |
|
|
|
const expected_sanitizers = [ |
|
|
|
'_single_scalar_parameters', |
|
|
|
'_single_scalar_parameters', |
|
|
|
'_deprecate_quattroshapes', |
|
|
|
'_deprecate_quattroshapes', |
|
|
|
|
|
|
|
'_text', |
|
|
|
'_size', |
|
|
|
'_size', |
|
|
|
'_targets/layers', |
|
|
|
'_targets/layers', |
|
|
|
'_targets/sources', |
|
|
|
'_targets/sources', |
|
|
@ -105,7 +106,6 @@ module.exports.tests.sanitize = (test, common) => { |
|
|
|
'_geo_search', |
|
|
|
'_geo_search', |
|
|
|
'_boundary_country', |
|
|
|
'_boundary_country', |
|
|
|
'_categories', |
|
|
|
'_categories', |
|
|
|
'_text', |
|
|
|
|
|
|
|
'_geonames_warnings' |
|
|
|
'_geonames_warnings' |
|
|
|
]; |
|
|
|
]; |
|
|
|
|
|
|
|
|
|
|
|