lint: conversion

This commit is contained in:
Alessandro De Blasis 2022-06-09 16:17:20 +01:00
parent 72ed2c176b
commit a0708045b4
1 changed files with 1 additions and 1 deletions

View File

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