From f83b8ee3cabec86f26e008b52d653c76ee71543d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20R=C3=A9?= Date: Tue, 5 May 2026 11:42:03 +0400 Subject: [PATCH] Remove useless check MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Émile Ré --- e2e/console/cookie_banner_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/console/cookie_banner_test.go b/e2e/console/cookie_banner_test.go index de3a2b751..490ff9471 100644 --- a/e2e/console/cookie_banner_test.go +++ b/e2e/console/cookie_banner_test.go @@ -198,7 +198,6 @@ func TestCookieBanner_Create(t *testing.T) { kinds[e.Node.Kind] = true } assert.True(t, kinds["NECESSARY"], "should have a NECESSARY category") - assert.False(t, kinds["UNCATEGORISED"], "consentCategories should not include UNCATEGORISED") }) t.Run("duplicate origin conflict", func(t *testing.T) {