fix: ci
This commit is contained in:
parent
8faf7bfa63
commit
d666bcda0b
1 changed files with 3 additions and 3 deletions
|
|
@ -35,7 +35,7 @@ describe('docsCommand', () => {
|
||||||
throw new Error('docsCommand must have an action.');
|
throw new Error('docsCommand must have an action.');
|
||||||
}
|
}
|
||||||
|
|
||||||
const docsUrl = 'https://goo.gle/gemini-cli-docs';
|
const docsUrl = 'https://github.com/QwenLM/qwen-code';
|
||||||
|
|
||||||
await docsCommand.action(mockContext, '');
|
await docsCommand.action(mockContext, '');
|
||||||
|
|
||||||
|
|
@ -57,7 +57,7 @@ describe('docsCommand', () => {
|
||||||
|
|
||||||
// Simulate a sandbox environment
|
// Simulate a sandbox environment
|
||||||
process.env.SANDBOX = 'gemini-sandbox';
|
process.env.SANDBOX = 'gemini-sandbox';
|
||||||
const docsUrl = 'https://goo.gle/gemini-cli-docs';
|
const docsUrl = 'https://github.com/QwenLM/qwen-code';
|
||||||
|
|
||||||
await docsCommand.action(mockContext, '');
|
await docsCommand.action(mockContext, '');
|
||||||
|
|
||||||
|
|
@ -80,7 +80,7 @@ describe('docsCommand', () => {
|
||||||
|
|
||||||
// Simulate the specific 'sandbox-exec' environment
|
// Simulate the specific 'sandbox-exec' environment
|
||||||
process.env.SANDBOX = 'sandbox-exec';
|
process.env.SANDBOX = 'sandbox-exec';
|
||||||
const docsUrl = 'https://goo.gle/gemini-cli-docs';
|
const docsUrl = 'https://github.com/QwenLM/qwen-code';
|
||||||
|
|
||||||
await docsCommand.action(mockContext, '');
|
await docsCommand.action(mockContext, '');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue