test(cli): update createPolicyEngineConfig mock expectations

This commit is contained in:
Abhijit Balaji
2026-02-18 16:03:40 -08:00
parent 527161d7ef
commit e51876b108

View File

@@ -3198,7 +3198,6 @@ describe('Policy Engine Integration in loadCliConfig', () => {
}),
}),
expect.anything(),
undefined,
);
});
@@ -3220,7 +3219,6 @@ describe('Policy Engine Integration in loadCliConfig', () => {
}),
}),
expect.anything(),
undefined,
);
});
@@ -3241,7 +3239,6 @@ describe('Policy Engine Integration in loadCliConfig', () => {
policyPaths: ['/path/to/policy1.toml', '/path/to/policy2.toml'],
}),
expect.anything(),
undefined,
);
});
});