Skip to content

Commit f3cd85b

Browse files
moved the data.json directly under kbnArchiver
Please enter the commit message for your changes. Lines starting
1 parent 318e40f commit f3cd85b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

x-pack/test/api_integration/apis/maps/migrations.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ export default function ({ getService }) {
5252
describe('embeddable migrations', () => {
5353
before(async () => {
5454
await kibanaServer.importExport.load(
55-
'x-pack/test/functional/fixtures/kbn_archiver/maps/data.json'
55+
'x-pack/test/functional/fixtures/kbn_archiver/maps.json'
5656
);
5757
});
5858

5959
after(async () => {
6060
await kibanaServer.importExport.unload(
61-
'x-pack/test/functional/fixtures/kbn_archiver/maps/data.json'
61+
'x-pack/test/functional/fixtures/kbn_archiver/maps.json'
6262
);
6363
});
6464

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export default function ({ loadTestFile, getService }) {
1818
before(async () => {
1919
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional');
2020
await kibanaServer.importExport.load(
21-
'x-pack/test/functional/fixtures/kbn_archiver/maps/data.json'
21+
'x-pack/test/functional/fixtures/kbn_archiver/maps.json'
2222
);
2323
//Find the missing references manually, use the below API to delete it after successful import.
2424
log.info('Delete index pattern');
@@ -50,7 +50,7 @@ export default function ({ loadTestFile, getService }) {
5050
after(async () => {
5151
await esArchiver.unload('x-pack/test/functional/es_archives/maps/data');
5252
await kibanaServer.importExport.unload(
53-
'x-pack/test/functional/fixtures/kbn_archiver/maps/data.json'
53+
'x-pack/test/functional/fixtures/kbn_archiver/maps.json'
5454
);
5555
});
5656

x-pack/test/functional/fixtures/kbn_archiver/maps/data.json renamed to x-pack/test/functional/fixtures/kbn_archiver/maps.json

File renamed without changes.

0 commit comments

Comments
 (0)