From f65fcb0261d3faf146a1ab586fe66f72a85c4fd4 Mon Sep 17 00:00:00 2001 From: Anabella Buckvar Date: Thu, 8 Feb 2024 16:04:07 -0500 Subject: [PATCH] DOP-4356 cleanup --- src/services/slack.ts | 2 +- tests/unit/api/slack.test.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/services/slack.ts b/src/services/slack.ts index 58cb01246..4370a8500 100644 --- a/src/services/slack.ts +++ b/src/services/slack.ts @@ -192,7 +192,7 @@ export class SlackConnector implements ISlackConnector { reposToShow.push(opt); }); - // THis is the limitation enforced by slack as no more 100 items are allowd in the dropdown + // This is the limitation enforced by slack as no more 100 items are allowd in the dropdown //Sort the list so that any inactive versions are at the end and will be truncated if any items must be truncated //'[ERROR] no more than 100 items allowed [json-pointer:/view/blocks/0/element/options]' diff --git a/tests/unit/api/slack.test.ts b/tests/unit/api/slack.test.ts index d7837be61..2b0cda063 100644 --- a/tests/unit/api/slack.test.ts +++ b/tests/unit/api/slack.test.ts @@ -53,7 +53,6 @@ jest.mock('../../../src/repositories/docsetsRepository', () => ({ jest.mock('config'); describe('Slack API Controller Tests', () => { - console.log('hello'); const mockEntitlement = { email: 'test.user@mongodb.com', github_username: 'test.user',