Skip to content

Commit 4c07804

Browse files
feat: support-env
1 parent 152203b commit 4c07804

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_influxdb_client_3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ async def test_query_async(self):
7777
def test_default_client(self):
7878
expected_precision = DefaultWriteOptions.write_precision.value
7979
expected_write_type = DefaultWriteOptions.write_type.value
80-
expected_gzip_enabled = False
8180

8281
def verify_client_write_options(c):
8382
write_options = c._write_client_options.get('write_options')

0 commit comments

Comments
 (0)