Skip to content

Commit 7bf88f7

Browse files
committed
chore: rename h2 proxy
1 parent 23cdf83 commit 7bf88f7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/test_influxdb_client_3_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ def test_disable_grpc_compression(self):
464464
Supports both h2c (cleartext) and h2 (TLS) connections.
465465
"""
466466
from urllib.parse import urlparse
467-
from tests.util.h2c_proxy import H2HeaderProxy
467+
from tests.util.h2_proxy import H2HeaderProxy
468468

469469
# Test cases
470470
test_cases = [

0 commit comments

Comments
 (0)