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(service-proxy): reorder 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

Verified

This commit was signed with the committer’s verified signature.
darcyclarke Darcy Clarke
1 parent c03309e commit 97fabc2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cmd/service-proxy/proxy_test.go
Original file line number Diff line number Diff line change
@@ -10,15 +10,16 @@ import (
"net/url"
"testing"

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"
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"
)

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

0 comments on commit 97fabc2

Please sign in to comment.