From 1676224595b174e09813f96e3149a0ebe1632e58 Mon Sep 17 00:00:00 2001 From: Alex Kursell Date: Fri, 22 Feb 2019 10:35:44 -0500 Subject: [PATCH] Fix test --- 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 0338e78d6..5bfd21409 100644 --- a/internal/ingress/controller/template/template_test.go +++ b/internal/ingress/controller/template/template_test.go @@ -468,7 +468,7 @@ func TestIsLocationAllowed(t *testing.T) { } loc := ingress.Location{ - Denied: nil, + Denied: "", } isAllowed := isLocationAllowed(&loc)