forked from TrueCloudLab/frostfs-node
[#1563] config: Replace 127.0.0.1
with localhost
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
4a8dfd0ce4
commit
12dc5c3395
14 changed files with 26 additions and 26 deletions
|
@ -26,7 +26,7 @@ func TestMetricsSection(t *testing.T) {
|
|||
addr := metricsconfig.Address(c)
|
||||
|
||||
require.Equal(t, 15*time.Second, to)
|
||||
require.Equal(t, "127.0.0.1:9090", addr)
|
||||
require.Equal(t, "localhost:9090", addr)
|
||||
}
|
||||
|
||||
configtest.ForEachFileType(path, fileConfigTest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue