Skip to content

Commit

Permalink
Remove unused extension directory
Browse files Browse the repository at this point in the history
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
  • Loading branch information
owaiskazi19 committed Jul 13, 2023
1 parent 6a35ffa commit 721d54e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public class ExtensionsManagerTests extends OpenSearchTestCase {
private Setting customSetting = Setting.simpleString("custom_extension_setting", "none", Property.ExtensionScope);
private NodeClient client;
private MockNioTransport transport;
private Path extensionDir;
private final ThreadPool threadPool = new TestThreadPool(ExtensionsManagerTests.class.getSimpleName());
private final Settings settings = Settings.builder()
.put(IndexMetadata.SETTING_VERSION_CREATED, Version.CURRENT)
Expand Down Expand Up @@ -178,8 +177,6 @@ public List<Setting<?>> getExtensionSettings() {
settingsModule = new SettingsModule(Settings.EMPTY, emptyList(), emptyList(), emptySet());
clusterService = createClusterService(threadPool);

extensionDir = createTempDir();

extensionNode = new DiscoveryExtensionNode(
"firstExtension",
"uniqueid1",
Expand Down

0 comments on commit 721d54e

Please sign in to comment.