Skip to content

Commit

Permalink
Fix config index name
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Dec 27, 2023
1 parent 7c7149e commit e49e1b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public void testSearchAnomalyResults_Populated() throws IOException {

@Test
public void testGetDetectorProfile_NoIndices() throws ExecutionException, InterruptedException {
deleteIndexIfExists(CommonName.CONFIG_INDEX);
deleteIndexIfExists(AnomalyDetector.ANOMALY_DETECTORS_INDEX);
deleteIndexIfExists(ALL_AD_RESULTS_INDEX_PATTERN);
deleteIndexIfExists(CommonName.DETECTION_STATE_INDEX);

Expand Down

0 comments on commit e49e1b5

Please sign in to comment.