Skip to content

Commit 2aec9ec

Browse files
committed
fixing environmentsettings unit test
Signed-off-by: Joshua Palis <jpalis@amazon.com>
1 parent f1d0d0d commit 2aec9ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/test/java/org/opensearch/extensions/ExtensionsOrchestratorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ public void testHandleEnvironmentSettingsRequest() throws Exception {
548548
);
549549

550550
EnvironmentSettingsRequest environmentSettingsRequest = new EnvironmentSettingsRequest(componentSettings);
551-
TransportResponse response = extensionsOrchestrator.handleEnvironmentSettingsRequest(environmentSettingsRequest);
551+
TransportResponse response = extensionsOrchestrator.environmentSettingsRequestHandler.handleEnvironmentSettingsRequest(environmentSettingsRequest);
552552

553553
assertEquals(EnvironmentSettingsResponse.class, response.getClass());
554554
assertEquals(componentSettings.size(), ((EnvironmentSettingsResponse) response).getComponentSettingValues().size());

0 commit comments

Comments
 (0)