[#202] eacl: Drop storage group test

Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
pull/202/head
Dmitrii Stepanov 2024-02-15 15:10:56 +03:00
parent 3a00fd51e4
commit aa41f71dcc
1 changed files with 0 additions and 8 deletions

View File

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