Skip to content

Commit

Permalink
Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Sep 14, 2023
1 parent 8968493 commit ace98bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import 'response_status_line_server_vm.dart'
/// If [reasonableInvalidStatusLineHandling] is `false` the tests related to
/// invalid `Status-Line`s are skipped.
void testResponseStatusLine(Client client,
{required bool reasonableInvalidStatusLineHandling}) async {
{bool reasonableInvalidStatusLineHandling = true}) async {
group('response status line', () {
late String host;
late StreamChannel<Object?> httpServerChannel;
Expand Down

0 comments on commit ace98bb

Please sign in to comment.