Skip to content

Commit 5219fce

Browse files
Update src/plugins/workspace/server/integration_tests/routes.test.ts
Co-authored-by: Josh Romero <[email protected]> Signed-off-by: SuZhou-Joe <[email protected]>
1 parent 2f73b21 commit 5219fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/workspace/server/integration_tests/routes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ describe('workspace service', () => {
3535
await root.shutdown();
3636
await opensearchServer.stop();
3737
});
38-
describe('Workspace CRUD apis', () => {
38+
describe('Workspace CRUD APIs', () => {
3939
afterEach(async () => {
4040
const listResult = await osdTestServer.request
4141
.post(root, `/api/workspaces/_list`)

0 commit comments

Comments
 (0)