Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
Signed-off-by: mayz985 <may_zhang@intuit.com>
  • Loading branch information
mayzhang2000 committed Jun 11, 2024
1 parent 8a9befe commit fabd7ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rollout/trafficrouting/service_helper_test.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit fabd7ed

Please sign in to comment.