mirror of https://github.com/status-im/consul.git
lint: conversion
This commit is contained in:
parent
28f19e4627
commit
06304bfb0d
|
@ -2472,7 +2472,7 @@ func TestLoad_IntegrationWithFlags(t *testing.T) {
|
|||
rt.Checks = []*structs.CheckDefinition{
|
||||
{Name: "a",
|
||||
OSService: "foo",
|
||||
Interval: time.Duration(30 * time.Second),
|
||||
Interval: 30 * time.Second,
|
||||
OutputMaxSize: checks.DefaultBufSize,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue