lint: conversion

This commit is contained in:
Alessandro De Blasis 2022-06-09 16:17:20 +01:00
parent 28f19e4627
commit 06304bfb0d

View File

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