From e7d6c3fedcb7b041929402d7bd6b0623a469897d Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Thu, 12 Nov 2020 14:00:21 -0300 Subject: [PATCH] Update tests --- internal/ingress/controller/template/template_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ingress/controller/template/template_test.go b/internal/ingress/controller/template/template_test.go index d8c9a44a6..86c691b7c 100644 --- a/internal/ingress/controller/template/template_test.go +++ b/internal/ingress/controller/template/template_test.go @@ -355,7 +355,7 @@ func TestBuildAuthLocation(t *testing.T) { } encodedAuthURL := strings.Replace(base64.URLEncoding.EncodeToString([]byte(loc.Path)), "=", "", -1) - externalAuthPath := fmt.Sprintf("/_external-auth-%v", encodedAuthURL) + externalAuthPath := fmt.Sprintf("/_external-auth-%v-default", encodedAuthURL) testCases := []struct { title string