From 413451372b21259c5fd08888e5738830270e1dd7 Mon Sep 17 00:00:00 2001 From: Chris Cowan Date: Fri, 19 Oct 2018 08:06:15 -0700 Subject: [PATCH] renaming from infraops to infra --- .../test/api_integration/apis/{infraops => infra}/waffle.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename x-pack/test/api_integration/apis/{infraops => infra}/waffle.ts (97%) diff --git a/x-pack/test/api_integration/apis/infraops/waffle.ts b/x-pack/test/api_integration/apis/infra/waffle.ts similarity index 97% rename from x-pack/test/api_integration/apis/infraops/waffle.ts rename to x-pack/test/api_integration/apis/infra/waffle.ts index 8056675e2ca88c6..ec54cdbd4e217db 100644 --- a/x-pack/test/api_integration/apis/infraops/waffle.ts +++ b/x-pack/test/api_integration/apis/infra/waffle.ts @@ -15,8 +15,8 @@ const waffleTests: KbnTestProvider = ({ getService }) => { const client = getService('infraOpsGraphQLClient'); describe('waffle nodes', () => { - before(() => esArchiver.load('infraops')); - after(() => esArchiver.unload('infraops')); + before(() => esArchiver.load('infra')); + after(() => esArchiver.unload('infra')); it('should basically work', () => { return client