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

Commit 042bb84

Browse files
committed
Update release tests.
1 parent 26f7c0d commit 042bb84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test_release.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ def test_abusing_nghttp2_org(self):
5353
# are good. Also confirm that the pushes make sense.
5454
assert text_data
5555
assert all(map(lambda r: r.status == 200, responses))
56-
assert all(map(lambda p: p.scheme == 'https', pushes))
57-
assert all(map(lambda p: p.method.lower() == 'get', pushes))
56+
assert all(map(lambda p: p.scheme == b'https', pushes))
57+
assert all(map(lambda p: p.method.lower() == b'get', pushes))
5858

5959
def test_hitting_twitter(self):
6060
"""

0 commit comments

Comments
 (0)