Commit 368cb99d authored by xujieasd's avatar xujieasd

fix iptables_test typo

parent b05a61e2
...@@ -595,7 +595,7 @@ func TestClusterIPReject(t *testing.T) { ...@@ -595,7 +595,7 @@ func TestClusterIPReject(t *testing.T) {
} }
makeServiceMap(fp, makeServiceMap(fp,
makeTestService(svcPortName.Namespace, svcPortName.Namespace, func(svc *api.Service) { makeTestService(svcPortName.Namespace, svcPortName.Name, func(svc *api.Service) {
svc.Spec.ClusterIP = svcIP svc.Spec.ClusterIP = svcIP
svc.Spec.Ports = []api.ServicePort{{ svc.Spec.Ports = []api.ServicePort{{
Name: svcPortName.Port, Name: svcPortName.Port,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment