lint: conversion

pull/13388/head
Alessandro De Blasis 3 years ago
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…
Cancel
Save