Skip to content

Commit 2a12c76

Browse files
committed
fix join functional test
1 parent 13cad80 commit 2a12c76

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

x-pack/test/functional/apps/maps/joins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import _ from 'lodash';
99

1010
import { MAPBOX_STYLES } from './mapbox_styles';
1111

12-
const JOIN_PROPERTY_NAME = '__kbnjoin__max_of_prop1_groupby_meta_for_geo_shapes*.shape_name';
12+
const JOIN_PROPERTY_NAME = '__kbnjoin__max_of_prop1__855ccb86-fe42-11e8-8eb2-f2801f1b9fd1';
1313
const EXPECTED_JOIN_VALUES = {
1414
alpha: 10,
1515
bravo: 3,

x-pack/test/functional/apps/maps/mapbox_styles.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const MAPBOX_STYLES = {
2727
'case',
2828
[
2929
'==',
30-
['feature-state', '__kbnjoin__max_of_prop1_groupby_meta_for_geo_shapes*.shape_name'],
30+
['feature-state', '__kbnjoin__max_of_prop1__855ccb86-fe42-11e8-8eb2-f2801f1b9fd1'],
3131
null,
3232
],
3333
2,
@@ -39,7 +39,7 @@ export const MAPBOX_STYLES = {
3939
'to-number',
4040
[
4141
'feature-state',
42-
'__kbnjoin__max_of_prop1_groupby_meta_for_geo_shapes*.shape_name',
42+
'__kbnjoin__max_of_prop1__855ccb86-fe42-11e8-8eb2-f2801f1b9fd1',
4343
],
4444
],
4545
12,
@@ -97,7 +97,7 @@ export const MAPBOX_STYLES = {
9797
'case',
9898
[
9999
'==',
100-
['feature-state', '__kbnjoin__max_of_prop1_groupby_meta_for_geo_shapes*.shape_name'],
100+
['feature-state', '__kbnjoin__max_of_prop1__855ccb86-fe42-11e8-8eb2-f2801f1b9fd1'],
101101
null,
102102
],
103103
2,
@@ -109,7 +109,7 @@ export const MAPBOX_STYLES = {
109109
'to-number',
110110
[
111111
'feature-state',
112-
'__kbnjoin__max_of_prop1_groupby_meta_for_geo_shapes*.shape_name',
112+
'__kbnjoin__max_of_prop1__855ccb86-fe42-11e8-8eb2-f2801f1b9fd1',
113113
],
114114
],
115115
12,

0 commit comments

Comments
 (0)