Fix flaky test #795
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue