Skip to content

Commit

Permalink
Merge branch 'main' into fix-clone-boundary-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Nov 11, 2024
2 parents f56e067 + 0f1c46e commit 2ca5c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dio_test/lib/src/test/basic_tests.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void basicTests(
group('basic request', () {
test(
'works with non-TLS requests',
() => dio.get('http://neverssl.com/'),
() => dio.get('http://flutter-io.cn/'),
testOn: 'vm',
);

Expand Down

0 comments on commit 2ca5c39

Please sign in to comment.