fix: Update test expectations to match createPolicyEngineConfig signature changes from rebase

This commit is contained in:
Abhijit Balaji
2026-02-13 11:24:12 -08:00
parent 3a24b0c975
commit 53511d6ed4
3 changed files with 64 additions and 10 deletions
+2
View File
@@ -3243,6 +3243,8 @@ describe('Policy Engine Integration in loadCliConfig', () => {
policyPaths: ['/path/to/policy1.toml', '/path/to/policy2.toml'],
}),
expect.anything(),
undefined,
expect.anything(),
);
});
});