From 47305867e9cd1d2f1d41f4ebd233dbd5d8be6d4e Mon Sep 17 00:00:00 2001 From: Andrii Chubatiuk Date: Mon, 19 Aug 2024 21:59:16 +0300 Subject: [PATCH] fmt fix --- internal/controller/operator/converter/v1alpha1/apis_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controller/operator/converter/v1alpha1/apis_test.go b/internal/controller/operator/converter/v1alpha1/apis_test.go index 2a856b18..b9eb578b 100644 --- a/internal/controller/operator/converter/v1alpha1/apis_test.go +++ b/internal/controller/operator/converter/v1alpha1/apis_test.go @@ -109,7 +109,7 @@ func TestConvertScrapeConfig(t *testing.T) { ProxyURL: ptr.To("http://proxy.com"), HonorTimestamps: ptr.To(true), VMScrapeParams: &vmv1beta1.VMScrapeParams{DisableCompression: ptr.To(false)}, - Path: "/test", + Path: "/test", }, StaticConfigs: []vmv1beta1.StaticConfig{ {