Skip to content

Commit

Permalink
chore(lint): run make check
Browse files Browse the repository at this point in the history
Signed-off-by: slonka <slonka@users.noreply.github.com>
  • Loading branch information
slonka committed Oct 3, 2024
1 parent b2e8321 commit 19073cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions test/e2e/externalservices/e2e_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ func TestE2E(t *testing.T) {
test.RunE2ESpecs(t, "E2E External Services Suite")
}

var _ = Describe("Test ExternalServices on Kubernetes without Egress", Label("job-3"), externalservices.ExternalServicesOnKubernetesWithoutEgress)
var _ = Describe("Test ExternalServices on Multizone Hybrid with LocalityAwareLb", Label("job-3"), externalservices.ExternalServicesOnMultizoneHybridWithLocalityAwareLb, Ordered)
var (
_ = Describe("Test ExternalServices on Kubernetes without Egress", Label("job-3"), externalservices.ExternalServicesOnKubernetesWithoutEgress)
_ = Describe("Test ExternalServices on Multizone Hybrid with LocalityAwareLb", Label("job-3"), externalservices.ExternalServicesOnMultizoneHybridWithLocalityAwareLb, Ordered)
)
2 changes: 1 addition & 1 deletion test/e2e/externalservices/locality_multizone_hybrid.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package externalservices

import (
"fmt"
"github.com/kumahq/kuma/pkg/test/resources/samples"
"net"

. "github.com/onsi/ginkgo/v2"
. "github.com/onsi/gomega"

config_core "github.com/kumahq/kuma/pkg/config/core"
"github.com/kumahq/kuma/pkg/test/resources/samples"
. "github.com/kumahq/kuma/test/framework"
"github.com/kumahq/kuma/test/framework/client"
)
Expand Down

0 comments on commit 19073cf

Please sign in to comment.