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

Commit feb101c

Browse files
committed
Adapter tests are H2.
1 parent 5998a14 commit feb101c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_integration.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,9 @@ def socket_handler(listener):
449449

450450

451451
class TestRequestsAdapter(SocketLevelTest):
452+
# This uses HTTP/2.
453+
self.h2 = True
454+
452455
def test_adapter_received_values(self):
453456
self.set_up()
454457

0 commit comments

Comments
 (0)