mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update test
This commit is contained in:
parent
46d7d92069
commit
7c69c177ed
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class MockInfluxDBClient(object):
|
|||
def switch_database(self, name):
|
||||
return name
|
||||
|
||||
def get_database_users(self):
|
||||
def get_list_users(self):
|
||||
return USER_LIST
|
||||
|
||||
def get_list_cluster_admins(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue