INFRA-3970 | Dhruv | fix test
This commit is contained in:
@@ -232,7 +232,7 @@ const getBreachedLimits = (
|
||||
manifestEnv,
|
||||
);
|
||||
const path = `${manifestPath}/${key}`;
|
||||
if (isBreach && currentManifestObj !== currentPreManifestObj && currentManifestObj.length > 0) {
|
||||
if (isBreach && currentManifestObj !== currentPreManifestObj) {
|
||||
const obj = {
|
||||
op: getOp(currentPreManifestObj),
|
||||
path: path,
|
||||
|
||||
Reference in New Issue
Block a user