Skip to content

Commit

Permalink
test: update tests with new flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Zekfad committed Feb 8, 2024
1 parent c46d38e commit f0a6120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/client_conformance_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ void main() {
canReceiveSetCookieHeaders: false,
canSendCookieHeaders: false,
preservesMethodCase: false,
canRelyOnContentLength: false,
);
});

Expand All @@ -33,6 +34,7 @@ void main() {
canReceiveSetCookieHeaders: false,
canSendCookieHeaders: false,
preservesMethodCase: false,
canRelyOnContentLength: false,
);
});

Expand All @@ -49,6 +51,7 @@ void main() {
canReceiveSetCookieHeaders: false,
canSendCookieHeaders: false,
preservesMethodCase: false,
canRelyOnContentLength: false,
);
});

Expand Down

0 comments on commit f0a6120

Please sign in to comment.