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

Commit 8b37b87

Browse files
committed
Fix encoding context tests.
1 parent ad6100e commit 8b37b87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_hyper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -764,7 +764,7 @@ def test_resizing_header_table_sends_context_update(self):
764764
header_set = [(':method', 'GET')]
765765
out = e.encode(header_set, huffman=True)
766766

767-
assert out == b'\x2f\x19\x82'
767+
assert out == b'?\t\x82'
768768

769769
def test_setting_table_size_to_the_same_does_nothing(self):
770770
e = Encoder()

0 commit comments

Comments
 (0)