From 71aa3d07475cbbd1e6eb1b6da5088086255b3c50 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Wed, 23 Aug 2017 08:44:28 -0300 Subject: [PATCH] Fix tests --- core/pkg/ingress/controller/util_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/pkg/ingress/controller/util_test.go b/core/pkg/ingress/controller/util_test.go index af5a1212e..3847cb2ba 100644 --- a/core/pkg/ingress/controller/util_test.go +++ b/core/pkg/ingress/controller/util_test.go @@ -23,7 +23,6 @@ import ( "k8s.io/ingress/core/pkg/ingress" "k8s.io/ingress/core/pkg/ingress/annotations/auth" "k8s.io/ingress/core/pkg/ingress/annotations/authreq" - "k8s.io/ingress/core/pkg/ingress/annotations/authtls" "k8s.io/ingress/core/pkg/ingress/annotations/ipwhitelist" "k8s.io/ingress/core/pkg/ingress/annotations/proxy" "k8s.io/ingress/core/pkg/ingress/annotations/ratelimit" @@ -53,7 +52,6 @@ func TestMergeLocationAnnotations(t *testing.T) { "Rewrite": rewrite.Redirect{}, "Whitelist": ipwhitelist.SourceRange{}, "Proxy": proxy.Configuration{}, - "CertificateAuth": authtls.AuthSSLConfig{}, "UsePortInRedirects": true, }