*: use localhost address instead of 127.0.0.1, fix #2575
This commit is contained in:
parent
a15a9577f0
commit
c26a962b55
13 changed files with 24 additions and 24 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue