From bfdf1855c77cbd0607eb171242042d71ee40630b Mon Sep 17 00:00:00 2001 From: bprashanth Date: Fri, 16 Dec 2016 12:42:18 -0800 Subject: [PATCH] Remove a space in ingress e2e title --- test/e2e/ingress.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/ingress.go b/test/e2e/ingress.go index ae07ea04bc3..156b9c376bd 100644 --- a/test/e2e/ingress.go +++ b/test/e2e/ingress.go @@ -78,7 +78,7 @@ var _ = framework.KubeDescribe("Loadbalancing: L7", func() { // // Slow by design ~10m for each "It" block dominated by loadbalancer setup time // TODO: write similar tests for nginx, haproxy and AWS Ingress. - framework.KubeDescribe("GCE [Slow] [Feature: Ingress]", func() { + framework.KubeDescribe("GCE [Slow] [Feature:Ingress]", func() { var gceController *GCEIngressController // Platform specific setup