Merge pull request #560 from QwenLM/fix-ci
fix: update OpenAIKeyPrompt test to expect Alibaba Cloud API URL
This commit is contained in:
commit
dded10f98c
1 changed files with 3 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ describe('OpenAIKeyPrompt', () => {
|
|||
);
|
||||
|
||||
expect(lastFrame()).toContain('OpenAI Configuration Required');
|
||||
expect(lastFrame()).toContain('https://platform.openai.com/api-keys');
|
||||
expect(lastFrame()).toContain(
|
||||
'https://bailian.console.aliyun.com/?tab=model#/api-key',
|
||||
);
|
||||
expect(lastFrame()).toContain(
|
||||
'Press Enter to continue, Tab/↑↓ to navigate, Esc to cancel',
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue