Skip to content

Commit

Permalink
Update src/plugins/workspace/server/integration_tests/routes.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Romero <[email protected]>
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe and joshuarrrr committed Oct 17, 2023
1 parent 2f73b21 commit 5219fce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ describe('workspace service', () => {
await root.shutdown();
await opensearchServer.stop();
});
describe('Workspace CRUD apis', () => {
describe('Workspace CRUD APIs', () => {
afterEach(async () => {
const listResult = await osdTestServer.request
.post(root, `/api/workspaces/_list`)
Expand Down

0 comments on commit 5219fce

Please sign in to comment.