Unbreak test

This commit is contained in:
Kegan Dougal 2020-08-20 15:42:45 +01:00
parent a4083e07cd
commit c4c78e694f

View file

@ -71,7 +71,7 @@ func failBlacklistableError(err error, stats *statistics.ServerStatistics) (unti
if !ok {
return stats.Failure()
}
if mxerr.Code >= 500 || mxerr.Code < 600 {
if mxerr.Code >= 500 && mxerr.Code < 600 {
return stats.Failure()
}
return