*: use localhost address instead of 127.0.0.1, fix #2575

This commit is contained in:
Roman Khimov 2022-06-30 16:18:41 +03:00
parent a15a9577f0
commit c26a962b55
13 changed files with 24 additions and 24 deletions

View file

@ -288,8 +288,8 @@ func TestRestoreDB(t *testing.T) {
}
func TestConfigureAddresses(t *testing.T) {
defaultAddress := "http://127.0.0.1:10333"
customAddress := "http://127.0.0.1:10334"
defaultAddress := "http://localhost:10333"
customAddress := "http://localhost:10334"
t.Run("default addresses", func(t *testing.T) {
cfg := &config.ApplicationConfiguration{