From fabd7edcfcc87cdd92fcde35f0c1c70125908d48 Mon Sep 17 00:00:00 2001 From: mayz985 Date: Tue, 11 Jun 2024 11:54:24 -0700 Subject: [PATCH] fix lint error Signed-off-by: mayz985 --- rollout/trafficrouting/service_helper_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rollout/trafficrouting/service_helper_test.go b/rollout/trafficrouting/service_helper_test.go index 8a682ca302..cc0634eb6f 100644 --- a/rollout/trafficrouting/service_helper_test.go +++ b/rollout/trafficrouting/service_helper_test.go @@ -1,10 +1,11 @@ package trafficrouting import ( + "testing" + "github.com/argoproj/argo-rollouts/pkg/apis/rollouts/v1alpha1" "github.com/stretchr/testify/assert" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "testing" ) const PING_SVC = "ping-service"