mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 16:46:36 +00:00
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{
|
rt.Checks = []*structs.CheckDefinition{
|
||||||
{Name: "a",
|
{Name: "a",
|
||||||
OSService: "foo",
|
OSService: "foo",
|
||||||
Interval: time.Duration(30 * time.Second),
|
Interval: 30 * time.Second,
|
||||||
OutputMaxSize: checks.DefaultBufSize,
|
OutputMaxSize: checks.DefaultBufSize,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user