feat: Remove .env file for AI Scribe

It was used at the beginning for configuration purpose but now we
have the JMAP capability, no need anymore.
This commit is contained in:
Théo Poizat
2025-12-15 15:04:41 +01:00
committed by Dat H. Pham
parent 253f22c600
commit 0075fd64b6
8 changed files with 2 additions and 28 deletions
@@ -8,7 +8,6 @@ import 'package:core/utils/application_manager.dart';
import 'package:core/utils/platform_info.dart';
import 'package:dartz/dartz.dart';
import 'package:flutter/material.dart';
import 'package:flutter_dotenv/flutter_dotenv.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:get/get.dart';
import 'package:html_editor_enhanced/html_editor.dart';
@@ -241,11 +240,6 @@ void main() {
setUp(() {
Get.testMode = true;
// Initialize DotEnv for testing
dotenv.testLoad(mergeWith: {
'AI_ENABLED': 'false',
});
// Mock base controller
mockCachingManager = MockCachingManager();
mockLanguageCacheManager = MockLanguageCacheManager();