mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -07:00
test(cli): update createPolicyEngineConfig mock expectations
This commit is contained in:
@@ -3198,7 +3198,6 @@ describe('Policy Engine Integration in loadCliConfig', () => {
|
|||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
expect.anything(),
|
expect.anything(),
|
||||||
undefined,
|
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -3220,7 +3219,6 @@ describe('Policy Engine Integration in loadCliConfig', () => {
|
|||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
expect.anything(),
|
expect.anything(),
|
||||||
undefined,
|
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -3241,7 +3239,6 @@ describe('Policy Engine Integration in loadCliConfig', () => {
|
|||||||
policyPaths: ['/path/to/policy1.toml', '/path/to/policy2.toml'],
|
policyPaths: ['/path/to/policy1.toml', '/path/to/policy2.toml'],
|
||||||
}),
|
}),
|
||||||
expect.anything(),
|
expect.anything(),
|
||||||
undefined,
|
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user