Skip to content

Commit

Permalink
chore(lint): fix lint warning
Browse files Browse the repository at this point in the history
Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
  • Loading branch information
distorhead committed May 24, 2022
1 parent 085f2f7 commit 207a31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/suites/deploy/helm_values_test.go
Expand Up @@ -5,11 +5,12 @@ import (

. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"sigs.k8s.io/yaml"

"github.com/werf/kubedog/pkg/kube"
"github.com/werf/werf/pkg/util"
"github.com/werf/werf/test/pkg/utils"
"github.com/werf/werf/test/pkg/utils/liveexec"
"sigs.k8s.io/yaml"
)

func getValues(params ...string) map[string]interface{} {
Expand Down

0 comments on commit 207a31c

Please sign in to comment.