Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit f0518ad

Browse files
committed
Slightly improve test case
1 parent f1af179 commit f0518ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_http11.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,15 @@ def test_iterable_header(self):
132132
('User-Agent', 'hyper'),
133133
('Custom-field', 'test'),
134134
('Custom-field2', 'test'),
135+
('Custom-field', 'test2'),
135136
))
136137

137138
expected = (
138139
b"GET /get HTTP/1.1\r\n"
139140
b"User-Agent: hyper\r\n"
140141
b"Custom-field: test\r\n"
141142
b"Custom-field2: test\r\n"
143+
b"Custom-field: test2\r\n"
142144
b"connection: Upgrade, HTTP2-Settings\r\n"
143145
b"upgrade: h2c\r\n"
144146
b"HTTP2-Settings: AAQAAP//\r\n"

0 commit comments

Comments
 (0)