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

Commit ade560c

Browse files
committed
moved comment back
1 parent 67948a3 commit ade560c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_integration.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@
3535
hyper.tls._context.check_hostname = False
3636
hyper.tls._context.verify_mode = ssl.CERT_NONE
3737

38-
PROTOCOLS = hyper.http20.connection.H2_NPN_PROTOCOLS + ['', None]
39-
40-
4138
# Cover our bases because NPN doesn't yet work on all our test platforms.
39+
PROTOCOLS = hyper.http20.connection.H2_NPN_PROTOCOLS + ['', None]
4240

4341

4442
def decode_frame(frame_data):

0 commit comments

Comments
 (0)