forked from TrueCloudLab/frostfs-sdk-go
[#202] eacl: Drop storage group test
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
3a00fd51e4
commit
aa41f71dcc
1 changed files with 0 additions and 8 deletions
|
@ -225,14 +225,6 @@ func TestReservedRecords(t *testing.T) {
|
||||||
key: v2acl.FilterObjectType,
|
key: v2acl.FilterObjectType,
|
||||||
value: "TOMBSTONE",
|
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 {
|
for n, testCase := range testSuit {
|
||||||
|
|
Loading…
Reference in a new issue