fixes wrong names on tests - make it pass

This commit is contained in:
AlmogBaku 2016-05-16 01:06:30 +03:00
parent df3abcbc9a
commit 47710c1385

View file

@ -174,12 +174,12 @@ func TestPathPrefixStrip(t *testing.T) {
Spec: k8s.IngressSpec{
Rules: []k8s.IngressRule{
{
Host: "doo",
Host: "foo",
IngressRuleValue: k8s.IngressRuleValue{
HTTP: &k8s.HTTPIngressRuleValue{
Paths: []k8s.HTTPIngressPath{
{
Path: "/pa",
Path: "/bar",
Backend: k8s.IngressBackend{
ServiceName: "service1",
ServicePort: k8s.FromInt(801),