mirror of https://github.com/hashicorp/consul
Use a non-default config value
parent
1dd4234683
commit
c2d4354563
|
@ -1268,7 +1268,7 @@ func TestMergeConfig(t *testing.T) {
|
|||
ServiceTTL: map[string]time.Duration{
|
||||
"api": 10 * time.Second,
|
||||
},
|
||||
UDPAnswerLimit: 3,
|
||||
UDPAnswerLimit: 4,
|
||||
},
|
||||
Domain: "other",
|
||||
LogLevel: "info",
|
||||
|
|
Loading…
Reference in New Issue