Skip to content

Commit

Permalink
[FTR] Updates esArchive paths
Browse files Browse the repository at this point in the history
PR's merged after #101345

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Jun 9, 2021
1 parent bcdeccb commit 982feab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions x-pack/test/fleet_api_integration/apis/fleet_telemetry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ export default function (providerContext: FtrProviderContext) {
describe('fleet_telemetry', () => {
skipIfNoDockerRegistry(providerContext);
before(async () => {
await esArchiver.load('empty_kibana');
await esArchiver.load('fleet/empty_fleet_server');
await esArchiver.load('x-pack/test/functional/es_archives/empty_kibana');
await esArchiver.load('x-pack/test/functional/es_archives/fleet/empty_fleet_server');
});

setupFleetAndAgents(providerContext);

after(async () => {
await esArchiver.unload('empty_kibana');
await esArchiver.unload('fleet/empty_fleet_server');
await esArchiver.unload('x-pack/test/functional/es_archives/empty_kibana');
await esArchiver.unload('x-pack/test/functional/es_archives/fleet/empty_fleet_server');
});

before(async () => {
Expand Down

0 comments on commit 982feab

Please sign in to comment.