From b73deffcd66bfe6f0e2b495b605d8f71895cff8d Mon Sep 17 00:00:00 2001 From: Steph Milovic Date: Thu, 28 Apr 2022 07:47:18 -0600 Subject: [PATCH] rm commented out code --- .../security_solution/server/lib/sourcerer/routes/index.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/security_solution/server/lib/sourcerer/routes/index.test.ts b/x-pack/plugins/security_solution/server/lib/sourcerer/routes/index.test.ts index 7488522517802..bd5714d7628e2 100644 --- a/x-pack/plugins/security_solution/server/lib/sourcerer/routes/index.test.ts +++ b/x-pack/plugins/security_solution/server/lib/sourcerer/routes/index.test.ts @@ -154,7 +154,6 @@ describe('sourcerer route', () => { test('returns sourcerer formatted Data Views when SIEM Data View does NOT exist but has been created in the mean time', async () => { const getMock = jest.fn(); - // getMock.mockResolvedValueOnce(null); getMock.mockResolvedValueOnce(mockPattern); const getStartServicesSpecial = jest.fn().mockResolvedValue([ null,