Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit b4d16bd

Browse files
author
Sebastian Grüb
committed
Added docstring indicator for gzip
1 parent f38f6b5 commit b4d16bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/tests/client_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def test_write_gzip(self):
253253
)
254254

255255
def test_write_points_gzip(self):
256-
"""Test write points for TestInfluxDBClient object."""
256+
"""Test write points for TestInfluxDBClient object with gzip."""
257257
with requests_mock.Mocker() as m:
258258
m.register_uri(
259259
requests_mock.POST,

0 commit comments

Comments
 (0)