fix(server+ci): CI 收尾 — go-integration 真 bug + e2e 免疫代理 #3
@@ -6,7 +6,6 @@ import 'package:flutter_riverpod/flutter_riverpod.dart';
|
|||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
import 'package:http/http.dart' as http;
|
import 'package:http/http.dart' as http;
|
||||||
import 'package:http/testing.dart';
|
import 'package:http/testing.dart';
|
||||||
import 'package:pangolin_vpn/l10n/strings_zh.dart';
|
|
||||||
import 'package:pangolin_vpn/pangolin_theme.dart';
|
import 'package:pangolin_vpn/pangolin_theme.dart';
|
||||||
import 'package:pangolin_vpn/screens/stats_page.dart';
|
import 'package:pangolin_vpn/screens/stats_page.dart';
|
||||||
import 'package:pangolin_vpn/services/api_client.dart';
|
import 'package:pangolin_vpn/services/api_client.dart';
|
||||||
@@ -38,7 +37,6 @@ class _LoggedIn implements TokenStore {
|
|||||||
|
|
||||||
void main() {
|
void main() {
|
||||||
setUpAll(disableGoogleFontsFetching);
|
setUpAll(disableGoogleFontsFetching);
|
||||||
const t = StringsZh();
|
|
||||||
|
|
||||||
testWidgets('选设备 → /v1/usage 带 device=<uuid>', (tester) async {
|
testWidgets('选设备 → /v1/usage 带 device=<uuid>', (tester) async {
|
||||||
await tester.binding.setSurfaceSize(const Size(900, 1200));
|
await tester.binding.setSurfaceSize(const Size(900, 1200));
|
||||||
|
|||||||
Reference in New Issue
Block a user