Skip to content

Commit 2d5d070

Browse files
committed
Fix tests to use heartbeat-7 instead of heartbeat-8
1 parent 6ba3418 commit 2d5d070

9 files changed

Lines changed: 1697 additions & 7 deletions

File tree

x-pack/legacy/plugins/uptime/public/pages/__tests__/__snapshots__/overview.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/legacy/plugins/uptime/public/pages/__tests__/overview.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ describe('MonitorPage', () => {
8585
readFromDocValues: true,
8686
},
8787
],
88-
title: 'heartbeat-8*',
88+
title: 'heartbeat-7*',
8989
};
9090

9191
const autocomplete = {

x-pack/test/api_integration/apis/uptime/graphql/helpers/make_checks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import uuid from 'uuid';
88
import { merge, flattenDeep } from 'lodash';
99

10-
const INDEX_NAME = 'heartbeat-8-generated-test';
10+
const INDEX_NAME = 'heartbeat-7-generated-test';
1111

1212
export const makePing = async (
1313
es: any,

x-pack/test/functional/es_archives/uptime/blank/mappings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"type": "index",
33
"value": {
44
"aliases": {
5-
"heartbeat-8.0.0": {
5+
"heartbeat-7.0.0": {
66
"is_write_index": true
77
}
88
},
9-
"index": "heartbeat-8-generated-test",
9+
"index": "heartbeat-7-generated-test",
1010
"mappings": {
1111
"_meta": {
1212
"beat": "heartbeat",
Binary file not shown.

x-pack/test/functional/es_archives/uptime/full_heartbeat/mappings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"type": "index",
33
"value": {
44
"aliases": {
5-
"heartbeat-8.0.0-full": {
5+
"heartbeat-7.0.0-full": {
66
"is_write_index": true
77
}
88
},
9-
"index": "heartbeat-8-full-test",
9+
"index": "heartbeat-7-full-test",
1010
"mappings": {
1111
"_meta": {
1212
"beat": "heartbeat",
32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)