We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 152203b commit 4c07804Copy full SHA for 4c07804
tests/test_influxdb_client_3.py
@@ -77,7 +77,6 @@ async def test_query_async(self):
77
def test_default_client(self):
78
expected_precision = DefaultWriteOptions.write_precision.value
79
expected_write_type = DefaultWriteOptions.write_type.value
80
- expected_gzip_enabled = False
81
82
def verify_client_write_options(c):
83
write_options = c._write_client_options.get('write_options')
0 commit comments