Skip to content

Commit

Permalink
Troubleshooting failed FTR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrhodes committed Oct 3, 2023
1 parent 9025078 commit 8938f91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/metrics_data_access/server/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type {
export { metricsDataSourceSavedObjectName } from './saved_objects/metrics_data_source';

export { MetricsDataClient } from './client';
export { MetricsDataClientMock } from './client.mock';
export { MetricsDataClientMock } from './client_mock';

export function plugin(context: PluginInitializerContext) {
return new MetricsDataPlugin(context);
Expand Down

0 comments on commit 8938f91

Please sign in to comment.