Skip to content

Commit bcbfc17

Browse files
committed
fix test
1 parent b002e45 commit bcbfc17

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

x-pack/test/functional/apps/maps/group4/mvt_geotile_grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default function ({ getPageObjects, getService }) {
4545

4646
expect(searchParams).to.eql({
4747
geometryFieldName: 'geo.coordinates',
48-
hasLabels: false,
48+
hasLabels: 'false',
4949
index: 'logstash-*',
5050
gridPrecision: 8,
5151
renderAs: 'grid',

x-pack/test/functional/apps/maps/group4/mvt_scaling.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export default function ({ getPageObjects, getService }) {
5050

5151
expect(searchParams).to.eql({
5252
geometryFieldName: 'geometry',
53-
hasLabels: false,
53+
hasLabels: 'false',
5454
index: 'geo_shapes*',
5555
requestBody:
5656
'(_source:!f,docvalue_fields:!(prop1),query:(bool:(filter:!(),must:!(),must_not:!(),should:!())),runtime_mappings:(),script_fields:(),size:10001,stored_fields:!(geometry,prop1))',

0 commit comments

Comments
 (0)