Skip to content

Commit

Permalink
Merge pull request #845 from rramkumar1/e2e-ilb-fix
Browse files Browse the repository at this point in the history
Remove word 'Basic' from ILB e2e test
  • Loading branch information
k8s-ci-robot authored Sep 9, 2019
2 parents 7719985 + 2222848 commit d9083e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/e2e-test/ilb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
"testing"
)

func TestILBBasic(t *testing.T) {
func TestILB(t *testing.T) {
t.Parallel()

port80 := intstr.FromInt(80)
Expand Down

0 comments on commit d9083e1

Please sign in to comment.