Skip to content

Commit

Permalink
Fix typescript errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Apr 9, 2021
1 parent 1ac27e7 commit 2eeac2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/server/saved_objects/migrationsv2/model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ describe('migrations v2 model', () => {
versionAlias: '.kibana_7.11.0',
versionIndex: '.kibana_7.11.0_001',
tempIndex: '.kibana_7.11.0_reindex_temp',
unusedTypesToExclude: Option.some(['unused-fleet-agent-events']),
};

describe('exponential retry delays for retryable_es_client_error', () => {
Expand Down

0 comments on commit 2eeac2a

Please sign in to comment.