mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Fix method name typo
This commit is contained in:
parent
d78afc26ea
commit
648b7b82b4
@ -38,7 +38,7 @@ public class AzureSimpleTests extends AbstractAzureComputeServiceTestCase {
|
||||
super(AzureComputeServiceSimpleMock.TestPlugin.class);
|
||||
}
|
||||
|
||||
public void testOneNodeDhouldRunUsingPrivateIp() {
|
||||
public void testOneNodeShouldRunUsingPrivateIp() {
|
||||
Settings.Builder settings = Settings.builder()
|
||||
.put(Management.SERVICE_NAME_SETTING.getKey(), "dummy")
|
||||
.put(Discovery.HOST_TYPE_SETTING.getKey(), "private_ip");
|
||||
|
Loading…
x
Reference in New Issue
Block a user