From e11264c3e80fe209b7af2e716928610102aa634f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Weisbarth?= Date: Tue, 14 Mar 2023 11:17:02 +0100 Subject: [PATCH] Make golangcli-lint happy; --- src/autoscaler/operator/cmd/operator/operator_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/autoscaler/operator/cmd/operator/operator_test.go b/src/autoscaler/operator/cmd/operator/operator_test.go index 5fb69ca471..aee48bad82 100644 --- a/src/autoscaler/operator/cmd/operator/operator_test.go +++ b/src/autoscaler/operator/cmd/operator/operator_test.go @@ -1,13 +1,14 @@ package main_test import ( - "code.cloudfoundry.org/app-autoscaler/src/autoscaler/routes" "fmt" "io" "net/http" "os" "time" + "code.cloudfoundry.org/app-autoscaler/src/autoscaler/routes" + . "github.com/onsi/ginkgo/v2" . "github.com/onsi/gomega" . "github.com/onsi/gomega/gbytes"