[#409] status: Support EACL_NOT_FOUND status code

Signed-off-by: Pavel Karpy <carpawell@nspcc.ru>
This commit is contained in:
Pavel Karpy 2022-08-01 17:15:59 +03:00 committed by Pavel Karpy
parent cdce7edc39
commit 5744605fc6
4 changed files with 27 additions and 13 deletions

View file

@ -10,5 +10,6 @@ import (
func TestStatusCodes(t *testing.T) {
statustest.TestCodes(t, container.LocalizeFailStatus, container.GlobalizeFail,
container.StatusNotFound, 3072,
container.StatusEACLNotFound, 3073,
)
}