Skip to content

Commit

Permalink
renaming from infraops to infra
Browse files Browse the repository at this point in the history
  • Loading branch information
simianhacker committed Oct 19, 2018
1 parent fde9887 commit 4134513
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4134513

Please sign in to comment.