[MM-64630] Fix an issue where multiple channels can't be removed from policies (#32164)

* Fix an issue where multiple channels can't be removed from policies

* actually fix the issue

* use hardcoded limit

* simplify removal
Этот коммит содержится в:
Ibrahim Serdar Acikgoz
2025-07-01 20:48:57 +02:00
коммит произвёл GitHub
родитель d8758f8984
Коммит 0809ce7a62
5 изменённых файлов: 18 добавлений и 35 удалений

Просмотреть файл

@@ -341,7 +341,7 @@ func TestAssignAccessControlPolicyToChannels(t *testing.T) {
})
}
func TestUnAssignPoliciesFromChannels(t *testing.T) {
func TestUnassignPoliciesFromChannels(t *testing.T) {
th := Setup(t).InitBasic()
defer th.TearDown()