Skip to content

Commit

Permalink
Update test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go
Browse files Browse the repository at this point in the history
Co-authored-by: 张祖建 <[email protected]>
  • Loading branch information
bobz965 and zhangzujian committed Jul 20, 2023
1 parent 45d8c43 commit 77bb0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/kube-ovn/switch_lb_rule/switch_lb_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ var _ = framework.Describe("[group:slr]", func() {
}
for _, port := range epPorts {
framework.ExpectContainElement(tps, port.TargetPort)
framework.ExpectEqual(protocols[port.TargetPort], port.Protocol)
framework.ExpectHaveKeyWithValue(protocols, port.TargetPort, port.Protocol)
}
}
ginkgo.By("Checking endpoint switch lb service " + epSvc.Name)
Expand Down

0 comments on commit 77bb0c7

Please sign in to comment.