Skip to content

Commit

Permalink
E2E: correct ginkgo describe name for session.go file
Browse files Browse the repository at this point in the history
and remove reference to file that does not exists
  • Loading branch information
karampok committed Jul 5, 2024
1 parent 12b46e4 commit f2b5416
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion e2etests/pkg/infra/infra_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ func HostContainerSetup(image string) ([]*frrcontainer.FRR, error) {
containers (we're using kind) and the ibgp/ebgp containers connected to multi-hop-net,
using the 2nd container as a gateway.
See `e2etest/README.md` for more details.
*/

func KindnetContainersSetup(cs *clientset.Clientset, image string) ([]*frrcontainer.FRR, error) {
Expand Down
2 changes: 1 addition & 1 deletion e2etests/tests/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
clientset "k8s.io/client-go/kubernetes"
)

var _ = ginkgo.Describe("Advertisement", func() {
var _ = ginkgo.Describe("Session", func() {
var cs clientset.Interface

defer ginkgo.GinkgoRecover()
Expand Down

0 comments on commit f2b5416

Please sign in to comment.