Skip to content

Commit

Permalink
one block more
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 9, 2021
1 parent 0657552 commit ed6502c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions test/api_integration/apis/saved_objects/bulk_update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,11 @@ export default function ({ getService }: FtrProviderContext) {
const kibanaServer = getService('kibanaServer');

describe('bulkUpdate', () => {
before(
async () =>
await kibanaServer.importExport.load(
'test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
)
);
before(async () => {
await kibanaServer.importExport.load(
'test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
);
});
after(async () => {
await kibanaServer.importExport.unload(
'test/api_integration/fixtures/kbn_archiver/saved_objects/basic.json'
Expand Down

0 comments on commit ed6502c

Please sign in to comment.