diff --git a/changelogs/fragments/6648.yml b/changelogs/fragments/6648.yml new file mode 100644 index 000000000000..e3d207dedbcd --- /dev/null +++ b/changelogs/fragments/6648.yml @@ -0,0 +1,2 @@ +fix: +- Fix datasource test connect error ([#6648](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/6648)) \ No newline at end of file diff --git a/src/plugins/data_source/server/plugin.ts b/src/plugins/data_source/server/plugin.ts index f8741d8d3f32..229adf2bbe7b 100644 --- a/src/plugins/data_source/server/plugin.ts +++ b/src/plugins/data_source/server/plugin.ts @@ -176,6 +176,7 @@ export class DataSourcePlugin implements Plugin, authRegistryPromise: Promise, customApiSchemaRegistryPromise: Promise