[#377] Update text for "subject not found" error #377

Merged
abereziny merged 1 commit from Kiriruso/frostfs-testlib:ksosnovskikh-fix-certification-tests into master 2025-04-30 11:49:11 +00:00

View file

@ -1,6 +1,6 @@
# Regex patterns of status codes of Container service
CONTAINER_NOT_FOUND = "code = 3072.*message = container not found"
SUBJECT_NOT_FOUND = "code = 1024.*message = frostfs error: chain/client.*subject not found.*"
SUBJECT_NOT_FOUND = "code = 1024.*message =.*chain/client.*subject not found.*"
# Regex patterns of status codes of Object service
MALFORMED_REQUEST = "code = 1024.*message = malformed request"