Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(tests): clean up import statements in proxy_test.go
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Iyyadurai Balasundaram <akshay.iyyadurai.balasundaram@sap.com>
ibakshay committed Jan 29, 2025
1 parent d822d2e commit c03309e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cmd/service-proxy/proxy_test.go
Original file line number Diff line number Diff line change
@@ -10,16 +10,15 @@ import (
"net/url"
"testing"

greenhouseapis "github.com/cloudoperators/greenhouse/pkg/apis"

Check failure on line 13 in cmd/service-proxy/proxy_test.go

GitHub Actions / lint

File is not properly formatted (goimports)
greenhousev1alpha1 "github.com/cloudoperators/greenhouse/pkg/apis/greenhouse/v1alpha1"
"github.com/cloudoperators/greenhouse/pkg/test"
"github.com/go-logr/logr"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client/fake"

greenhouseapis "github.com/cloudoperators/greenhouse/pkg/apis"
greenhousev1alpha1 "github.com/cloudoperators/greenhouse/pkg/apis/greenhouse/v1alpha1"
"github.com/cloudoperators/greenhouse/pkg/test"
"github.com/go-logr/logr"
)

// TestRewrite tests the rewrite function of the proxy manager.

0 comments on commit c03309e

Please sign in to comment.