test: fix missing plugin in runtime_controllers_settings_account_test

This commit is contained in:
Haitao Pan 2026-06-30 10:23:43 +08:00
parent 9987c0cc9f
commit d1bf9a76c8

View File

@ -10,6 +10,8 @@ import 'package:xworkmate/runtime/runtime_models.dart';
import 'package:xworkmate/runtime/secure_config_store.dart';
void main() {
TestWidgetsFlutterBinding.ensureInitialized();
mockPlugins();
group('SettingsController account sync', () {
test(
'prefers managed bridge token over stale profile token for remote gateway auth',