From aa41f71dcc9880269eeb9a6ff3a23feb4e9c0af3 Mon Sep 17 00:00:00 2001 From: Dmitrii Stepanov Date: Thu, 15 Feb 2024 15:10:56 +0300 Subject: [PATCH] [#202] eacl: Drop storage group test Signed-off-by: Dmitrii Stepanov --- eacl/record_test.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/eacl/record_test.go b/eacl/record_test.go index 0bdc37f..a1738fc 100644 --- a/eacl/record_test.go +++ b/eacl/record_test.go @@ -225,14 +225,6 @@ func TestReservedRecords(t *testing.T) { key: v2acl.FilterObjectType, value: "TOMBSTONE", }, - { - f: func(r *Record) { - require.True(t, typ.FromString("STORAGE_GROUP")) - r.AddObjectTypeFilter(MatchStringEqual, *typ) - }, - key: v2acl.FilterObjectType, - value: "STORAGE_GROUP", - }, } for n, testCase := range testSuit {