mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-15325: Allowing to configure the device for detect the IP in HA clusters (#10917)
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user