Skip to content

Commit

Permalink
fix join functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Apr 13, 2020
1 parent 13cad80 commit 2a12c76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion x-pack/test/functional/apps/maps/joins.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import _ from 'lodash';

import { MAPBOX_STYLES } from './mapbox_styles';

const JOIN_PROPERTY_NAME = '__kbnjoin__max_of_prop1_groupby_meta_for_geo_shapes*.shape_name';
const JOIN_PROPERTY_NAME = '__kbnjoin__max_of_prop1__855ccb86-fe42-11e8-8eb2-f2801f1b9fd1';
const EXPECTED_JOIN_VALUES = {
alpha: 10,
bravo: 3,
Expand Down
8 changes: 4 additions & 4 deletions x-pack/test/functional/apps/maps/mapbox_styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const MAPBOX_STYLES = {
'case',
[
'==',
['feature-state', '__kbnjoin__max_of_prop1_groupby_meta_for_geo_shapes*.shape_name'],
['feature-state', '__kbnjoin__max_of_prop1__855ccb86-fe42-11e8-8eb2-f2801f1b9fd1'],
null,
],
2,
Expand All @@ -39,7 +39,7 @@ export const MAPBOX_STYLES = {
'to-number',
[
'feature-state',
'__kbnjoin__max_of_prop1_groupby_meta_for_geo_shapes*.shape_name',
'__kbnjoin__max_of_prop1__855ccb86-fe42-11e8-8eb2-f2801f1b9fd1',
],
],
12,
Expand Down Expand Up @@ -97,7 +97,7 @@ export const MAPBOX_STYLES = {
'case',
[
'==',
['feature-state', '__kbnjoin__max_of_prop1_groupby_meta_for_geo_shapes*.shape_name'],
['feature-state', '__kbnjoin__max_of_prop1__855ccb86-fe42-11e8-8eb2-f2801f1b9fd1'],
null,
],
2,
Expand All @@ -109,7 +109,7 @@ export const MAPBOX_STYLES = {
'to-number',
[
'feature-state',
'__kbnjoin__max_of_prop1_groupby_meta_for_geo_shapes*.shape_name',
'__kbnjoin__max_of_prop1__855ccb86-fe42-11e8-8eb2-f2801f1b9fd1',
],
],
12,
Expand Down

0 comments on commit 2a12c76

Please sign in to comment.