Skip to content

Commit

Permalink
Fixing 'header supports dynamic' through conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Passer-by committed Nov 14, 2023
1 parent eec2b3a commit f0ea95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/http2_adapter/test/http2_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void main() {
),
);
expect(res.data.toString(), contains('TEST'));
expect(res.data.toString(), contains('Listkey: 1,2'));
expect(res.data.toString(), contains('Listkey: 1, 2'));
expect(res.data.toString(), contains('Stringkey: 1'));
expect(res.data.toString(), contains('Numkey: 2'));
expect(res.data.toString(), contains('Booleankey: false'));
Expand Down

0 comments on commit f0ea95c

Please sign in to comment.