Browse Source

move _text sanitizer

pull/912/head
Stephen Hess 7 years ago
parent
commit
2b70b41a01
  1. 2
      test/unit/sanitizer/search.js

2
test/unit/sanitizer/search.js

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

Loading…
Cancel
Save