Skip to content

Commit

Permalink
fix es archiver path
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Jun 10, 2021
1 parent ac8d66d commit 7d7a10a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
describe('observability security feature controls', function () {
this.tags(['skipFirefox']);
before(async () => {
await esArchiver.load('cases/default');
await esArchiver.load('x-pack/test/functional/es_archives/cases/default');
});

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

describe('observability cases all privileges', () => {
Expand Down

0 comments on commit 7d7a10a

Please sign in to comment.