Browse Source

move _text sanitizer

pull/912/head
Stephen Hess 8 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 = [ 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'
]; ];

Loading…
Cancel
Save