From 93c5126bae38b36a163438302ec92b0a3f78839a Mon Sep 17 00:00:00 2001 From: Aneela Chagarlamudi Date: Tue, 13 Aug 2024 16:02:32 +0200 Subject: [PATCH] Fix assets test --- pkg/assets/assets_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/assets/assets_test.go b/pkg/assets/assets_test.go index bf3eb122..266a66fe 100644 --- a/pkg/assets/assets_test.go +++ b/pkg/assets/assets_test.go @@ -35,6 +35,5 @@ func TestContent(t *testing.T) { "codereadyws-logo.svg", "index.html", "landingpage.js", "redhat-logo.svg", "silent-check-sso.html", "favicon.ico", "landingpage.css", "openshift-logo.svg", "rhdeveloper-logo.svg", - "redirectpage.html", "redirectpage.js", }, names) }