From 8aae1a310108b3df9ed90dd4fcc530c02414c800 Mon Sep 17 00:00:00 2001 From: FrankHassanabad Date: Tue, 19 Oct 2021 18:07:58 -0600 Subject: [PATCH] Remove extra comment --- .../security_and_spaces/tests/create_endpoint_exceptions.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_endpoint_exceptions.ts b/x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_endpoint_exceptions.ts index acee9265dc45d..6d04ffc67c573 100644 --- a/x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_endpoint_exceptions.ts +++ b/x-pack/test/detection_engine_api_integration/security_and_spaces/tests/create_endpoint_exceptions.ts @@ -33,8 +33,6 @@ interface Host { }; } -// convenience method to get signals by host and sort them for better deterministic testing. - /** * Convenience method to get signals by host and sort them for better deterministic testing * since Elastic can return the hits back in any order we want to sort them on return for testing.