Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <[email protected]>
  • Loading branch information
eirsep committed Sep 6, 2023
1 parent 4ef6260 commit 3f8b767
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
import org.opensearch.securityanalytics.model.DetectorTrigger;

import static org.opensearch.securityanalytics.TestHelpers.*;
import static org.opensearch.securityanalytics.settings.SecurityAnalyticsSettings.ENABLE_WORKFLOW_USAGE;

public class DetectorRestApiIT extends SecurityAnalyticsRestTestCase {

Expand Down Expand Up @@ -811,6 +812,7 @@ public void testDeletingADetector_single_ruleTopicIndex() throws IOException {


public void testDeletingADetector_single_Monitor() throws IOException {
updateClusterSetting(ENABLE_WORKFLOW_USAGE.getKey(), "true");
String index = createTestIndex(randomIndex(), windowsIndexMapping());

// Execute CreateMappingsAction to add alias mapping for index
Expand Down

0 comments on commit 3f8b767

Please sign in to comment.