Fix secrets settings tab assertion

This commit is contained in:
Haitao Pan 2026-03-23 23:30:04 +08:00
parent 9a0cf2cf6b
commit 23d8974c8e

View File

@ -27,7 +27,7 @@ void main() {
),
);
expect(find.text('OpenClaw Gateway'), findsOneWidget);
expect(find.text('OpenClaw Gateway'), findsWidgets);
expect(find.text('Vault Server'), findsNothing);
});
}