Remove useless check

Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
Émile Ré
2026-05-05 11:42:03 +04:00
parent 1a410f47fe
commit f83b8ee3ca

View File

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