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

Commit a368951

Browse files
smolseSergei Smolianinovsebito91xginn8
authored
Add CQs management methods to the client (#414)
* Add CQs management methods to the client * chore(server_tests): update pep257 and flake8 commentary * chore(client_test): update comments based on pep257 and flake8 Co-authored-by: Sergei Smolianinov <sergei.smolianinov@f-secure.com> Co-authored-by: Sebastian Borza <sebito91@gmail.com> Co-authored-by: xginn8 <xginn8@users.noreply.github.com>
1 parent 04205cf commit a368951

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
@@ -1161,7 +1161,7 @@ def test_revoke_privilege_invalid(self):
11611161
self.cli.revoke_privilege('', 'testdb', 'test')
11621162

11631163
def test_get_list_privileges(self):
1164-
"""Tst get list of privs for TestInfluxDBClient object."""
1164+
"""Test get list of privs for TestInfluxDBClient object."""
11651165
data = {'results': [
11661166
{'series': [
11671167
{'columns': ['database', 'privilege'],

0 commit comments

Comments
 (0)