Skip to content

Commit

Permalink
[core] DCS actually uses SOR_AVAILABLE to mean PFR_AVAILABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
teo committed Nov 21, 2023
1 parent ba7eec2 commit f3b329a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/integration/dcs/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ func (p *Plugin) CallStack(data interface{}) (stack map[string]interface{}) {
}

knownDetectorStates := p.getDetectorsStates(dcsDetectors)
isCompatibleWithOperation, err := knownDetectorStates.compatibleWithDCSOperation(dcspb.DetectorState_PFR_AVAILABLE)
isCompatibleWithOperation, err := knownDetectorStates.compatibleWithDCSOperation(dcspb.DetectorState_SOR_AVAILABLE)
if !isCompatibleWithOperation {
log.WithError(err).
WithField("level", infologger.IL_Ops).
Expand Down

0 comments on commit f3b329a

Please sign in to comment.