Skip to content

Commit

Permalink
fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jun 12, 2020
1 parent 7be930b commit 4d07c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api_integration/apis/saved_objects/find.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function ({ getService }) {
const es = getService('legacyEs');
const esArchiver = getService('esArchiver');

describe('TOTO find', () => {
describe('find', () => {
describe('with kibana index', () => {
before(() => esArchiver.load('saved_objects/basic'));
after(() => esArchiver.unload('saved_objects/basic'));
Expand Down

0 comments on commit 4d07c7b

Please sign in to comment.