Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c3903dd

Browse filesBrowse files
authored
docs: fix simple typo, reponse -> response (influxdata#873)
There is a small typo in influxdb/tests/client_test.py. Should read `response` rather than `reponse`.
1 parent 7b03673 commit c3903dd
Copy full SHA for c3903dd

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎influxdb/tests/client_test.py

Copy file name to clipboardExpand all lines: influxdb/tests/client_test.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ def test_invalid_port_fails(self):
13981398
InfluxDBClient('host', '80/redir', 'username', 'password')
13991399

14001400
def test_chunked_response(self):
1401-
"""Test chunked reponse for TestInfluxDBClient object."""
1401+
"""Test chunked response for TestInfluxDBClient object."""
14021402
example_response = \
14031403
u'{"results":[{"statement_id":0,"series":[{"columns":["key"],' \
14041404
'"values":[["cpu"],["memory"],["iops"],["network"]],"partial":' \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.