mirror of
https://github.com/tiennm99/ccs.git
synced 2026-08-14 10:24:30 +00:00
test(cliproxy): strengthen alias non-enrichment assertions
This commit is contained in:
@@ -741,6 +741,14 @@ oauth-model-alias:
|
|||||||
!afterCacheConfig.includes('alias: gemini-3.11-pro-preview-customtools'),
|
!afterCacheConfig.includes('alias: gemini-3.11-pro-preview-customtools'),
|
||||||
'Should not include compatibility alias for cache-derived entry'
|
'Should not include compatibility alias for cache-derived entry'
|
||||||
);
|
);
|
||||||
|
assert(
|
||||||
|
afterCacheConfig.includes('alias: gemini-3-pro-preview'),
|
||||||
|
'Should keep baseline Gemini preview alias generation'
|
||||||
|
);
|
||||||
|
assert(
|
||||||
|
afterCacheConfig.includes('alias: gemini-3-pro-preview-customtools'),
|
||||||
|
'Should keep baseline compatibility alias generation'
|
||||||
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('preserves user-added aliases with fork during regeneration', () => {
|
it('preserves user-added aliases with fork during regeneration', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user