Skip to content

Commit

Permalink
Merge branch 'main' into header-ws
Browse files Browse the repository at this point in the history
  • Loading branch information
SuZhou-Joe authored Sep 2, 2024
2 parents aa7b192 + 976c567 commit 1983f1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/7954.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- [Workspace]dynamicConfigServiceMock not found in workspace routes UT ([#7954](https://github.com/opensearch-project/OpenSearch-Dashboards/pull/7954))
4 changes: 1 addition & 3 deletions src/plugins/workspace/server/routes/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import supertest from 'supertest';
import { UnwrapPromise } from '@osd/utility-types';

import { setupServer } from '../../../../core/server/test_utils';
import { loggingSystemMock } from '../../../../core/server/mocks';
// eslint-disable-next-line @osd/eslint/no-restricted-paths
import { dynamicConfigServiceMock } from '../../../../core/server/config';
import { loggingSystemMock, dynamicConfigServiceMock } from '../../../../core/server/mocks';

import { workspaceClientMock } from '../workspace_client.mock';

Expand Down

0 comments on commit 1983f1a

Please sign in to comment.