[#915] ape: Fix method name in getStreamBasicChecker

* Replace incorrect MethodGetContainer by MethodGetObject constant.

Signed-off-by: Airat Arifullin <a.arifullin@yadro.com>
fix/915-ape_get_object_bug
Airat Arifullin 2024-01-16 23:52:37 +03:00
parent c8baf76fae
commit 96b020626f
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ func (g *getStreamBasicChecker) Send(resp *objectV2.GetResponse) error {
Container: cnrID,
Object: objID,
Header: partInit.GetHeader(),
Method: nativeschema.MethodGetContainer,
Method: nativeschema.MethodGetObject,
SenderKey: hex.EncodeToString(g.senderKey),
Role: g.role,
}