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

Commit 3aa1f22

Browse files
committed
Allow NPN in integration tests on awkward platform
1 parent dfc53b9 commit 3aa1f22

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_integration_http11.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
hyper.tls._context = hyper.tls._init_context()
1919
hyper.tls._context.check_hostname = False
2020
hyper.tls._context.verify_mode = ssl.CERT_NONE
21+
hyper.http11.connection.H2_NPN_PROTOCOLS += ['']
2122

2223

2324
class TestHyperH11Integration(SocketLevelTest):

0 commit comments

Comments
 (0)