Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <cwperx@amazon.com>
  • Loading branch information
cwperks committed Jan 28, 2025
1 parent 2e60153 commit 73c80e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class GeospatialPluginTests extends OpenSearchTestCase {
new RestDeleteDatasourceHandler()
);

private final Set<String> SUPPORTED_SYSTEM_INDEX_PATTERN = Set.of(IP2GEO_DATA_INDEX_NAME_PREFIX, JOB_INDEX_NAME);
private final Set<String> SUPPORTED_SYSTEM_INDEX_PATTERN = Set.of(IP2GEO_DATA_INDEX_NAME_PREFIX + "*", JOB_INDEX_NAME);

private final Set<Class> SUPPORTED_COMPONENTS = Set.of(
UploadStats.class,
Expand Down

0 comments on commit 73c80e6

Please sign in to comment.