mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-04 05:28:59 +01:00 
			
		
		
		
	Revert "chore(test): skip test breaking the CI"
This reverts commit f3b6817aa7a933dc1c2e378b72c0c617499bdea1.
This commit is contained in:
		
							parent
							
								
									f3b6817aa7
								
							
						
					
					
						commit
						f8c1dabfd5
					
				@ -67,7 +67,7 @@ describe('LLM Model Selection with Special Characters', () => {
 | 
			
		||||
        vi.mocked(options.getOptionBool).mockReturnValue(true);
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    describe.skip('OpenAI Model Names', () => {
 | 
			
		||||
    describe('OpenAI Model Names', () => {
 | 
			
		||||
        it('should correctly handle model names with periods', async () => {
 | 
			
		||||
            const modelName = 'gpt-4.1-turbo-preview';
 | 
			
		||||
            vi.mocked(options.getOption).mockImplementation((key: string) => {
 | 
			
		||||
 | 
			
		||||
@ -68,7 +68,7 @@ describe('OpenAIService', () => {
 | 
			
		||||
        });
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    describe.skip('generateChatCompletion', () => {
 | 
			
		||||
    describe('generateChatCompletion', () => {
 | 
			
		||||
        const messages: Message[] = [
 | 
			
		||||
            { role: 'user', content: 'Hello' }
 | 
			
		||||
        ];
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user