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

Commit d4b56bc

Browse files
committed
Missing HTTPUpgrade import
1 parent 41756e7 commit d4b56bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
REQUEST_CODES, REQUEST_CODES_LENGTH
2424
)
2525
from hyper.http20.exceptions import ConnectionError
26+
from hyper.common.exceptions import HTTPUpgrade
2627
from server import SocketLevelTest
2728

2829
# Turn off certificate verification for the tests.

0 commit comments

Comments
 (0)