Skip to content

Commit

Permalink
♻️ Use gstatic rather than neverssl
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Nov 10, 2024
1 parent 5c5a926 commit 1d50df9
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://www.gstatic.com/generate_204'),
testOn: 'vm',
);

Expand Down

0 comments on commit 1d50df9

Please sign in to comment.