mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 17:27:54 +00:00
# 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483)
This commit is contained in:
@@ -157,7 +157,7 @@ describe('PKCE Code Generation', () => {
|
||||
describe('Type Guards', () => {
|
||||
describe('isDeviceAuthorizationSuccess', () => {
|
||||
it('should return true for successful authorization response', () => {
|
||||
const expectedBaseUrl = process.env.DEBUG
|
||||
const expectedBaseUrl = process.env['DEBUG']
|
||||
? 'https://pre4-chat.qwen.ai'
|
||||
: 'https://chat.qwen.ai';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user