Skip to content

Commit

Permalink
spelling: validate
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed May 8, 2022
1 parent 80694f2 commit 41cd30c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/configuration/validation/virtualserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1375,7 +1375,7 @@ func TestValidateRouteField(t *testing.T) {
}
}

func TestValdateReferencedUpstream(t *testing.T) {
func TestValidateReferencedUpstream(t *testing.T) {
t.Parallel()
upstream := "test"
upstreamNames := map[string]sets.Empty{
Expand All @@ -1388,7 +1388,7 @@ func TestValdateReferencedUpstream(t *testing.T) {
}
}

func TestValdateUpstreamFails(t *testing.T) {
func TestValidateUpstreamFails(t *testing.T) {
t.Parallel()
tests := []struct {
upstream string
Expand Down

0 comments on commit 41cd30c

Please sign in to comment.