diff --git a/pkg/collector/runner/expvars/expvars_test.go b/pkg/collector/runner/expvars/expvars_test.go index 6d8f10ca7e93..c9c7614764a2 100644 --- a/pkg/collector/runner/expvars/expvars_test.go +++ b/pkg/collector/runner/expvars/expvars_test.go @@ -14,6 +14,7 @@ import ( "sync" "testing" "time" + _ "time/tzdata" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require"