Skip to content

Commit

Permalink
Fix tests; remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
axw committed Jan 17, 2024
1 parent d3bef48 commit 1a11fba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,13 @@ public void createRegistryAndClient() {
);

apmIndexTemplateRegistry = new APMIndexTemplateRegistry(
// Settings.builder().put(APM_DATA_ENABLED.getKey(), true).put(APMPlugin.APM_DATA_REGISTRY_ENABLED.getKey(), true).build(),
Settings.EMPTY,
clusterService,
threadPool,
client,
NamedXContentRegistry.EMPTY
);
apmIndexTemplateRegistry.setEnabled(true);
}

@After
Expand Down

0 comments on commit 1a11fba

Please sign in to comment.