mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix ts
This commit is contained in:
parent
890128c47d
commit
0d4c2ad29a
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ describe('Ready for collection observable', () => {
|
|||
const makeCollectorSpy = sinon.spy();
|
||||
usageCollection.makeUsageCollector = makeCollectorSpy;
|
||||
|
||||
const plugins = getPluginsMock({ usageCollection });
|
||||
const plugins = getPluginsMock({ usageCollection } as any);
|
||||
registerReportingUsageCollector(mockReporting, plugins);
|
||||
|
||||
const [args] = makeCollectorSpy.firstCall.args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue