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) {