mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
command/server: config for setting stats addresses
This commit is contained in:
@@ -27,6 +27,9 @@ func TestLoadConfigFile(t *testing.T) {
|
||||
"foo": "bar",
|
||||
},
|
||||
},
|
||||
|
||||
StatsiteAddr: "foo",
|
||||
StatsdAddr: "bar",
|
||||
}
|
||||
if !reflect.DeepEqual(config, expected) {
|
||||
t.Fatalf("bad: %#v", config)
|
||||
|
||||
Reference in New Issue
Block a user