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

Add CQs management methods to the client #414

Merged
merged 6 commits into from
Apr 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion influxdb/tests/client_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,7 @@ def test_revoke_privilege_invalid(self):
self.cli.revoke_privilege('', 'testdb', 'test')

def test_get_list_privileges(self):
"""Tst get list of privs for TestInfluxDBClient object."""
"""Test get list of privs for TestInfluxDBClient object."""
data = {'results': [
{'series': [
{'columns': ['database', 'privilege'],
Expand Down