Use a non-default config value

pull/1712/head
Sean Chittenden 2016-03-29 23:06:31 -07:00
parent 1dd4234683
commit c2d4354563
1 changed files with 1 additions and 1 deletions

View File

@ -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",