MM-15325: Allowing to configure the device for detect the IP in HA clusters (#10917)

This commit is contained in:
Jesús Espino
2019-06-11 20:53:03 +02:00
committed by GitHub
parent 9445cb29f5
commit 969c032a1e
5 changed files with 37 additions and 13 deletions

View File

@@ -357,7 +357,7 @@ func TestIsValidAlphaNum(t *testing.T) {
}
func TestGetServerIpAddress(t *testing.T) {
if len(GetServerIpAddress()) == 0 {
if len(GetServerIpAddress("")) == 0 {
t.Fatal("Should find local ip address")
}
}