Fix flaky test #795

Merged
dstepanov-yadro merged 1 commit from dstepanov-yadro/frostfs-node:fix/test_lock_expiration into master 2024-09-04 19:51:04 +00:00
Showing only changes of commit 9133b4389e - Show all commits

View file

@ -11,9 +11,7 @@ import (
policyengine "git.frostfs.info/TrueCloudLab/policy-engine"
)
var (
errAPEChainNoSource = errors.New("could not get ape chain source for the container")
)
var errAPEChainNoSource = errors.New("could not get ape chain source for the container")
type apeCheckerImpl struct {
log *logger.Logger