test: merge kilocode provider registration coverage

This commit is contained in:
Peter Steinberger 2026-04-01 03:13:26 +01:00
parent a59f2f43b6
commit 6e2738ef00
No known key found for this signature in database
1 changed files with 0 additions and 4 deletions

View File

@ -140,10 +140,6 @@ describe("Kilo Gateway provider config", () => {
expect(resolveAgentModelPrimaryValue(result.agents?.defaults?.model)).toBe(
KILOCODE_DEFAULT_MODEL_REF,
);
});
it("also registers the provider", () => {
const result = applyKilocodeConfig(emptyCfg);
const provider = result.models?.providers?.kilocode;
expect(provider).toBeDefined();
expect(provider?.baseUrl).toBe(KILOCODE_BASE_URL);