mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Fix typo in mysql unit test
This commit is contained in:
parent
4e6a1c4d7d
commit
1319755c55
@ -160,7 +160,7 @@ class MySQLTestCase(TestCase):
|
|||||||
'''
|
'''
|
||||||
Test grant revoke in mysql exec module
|
Test grant revoke in mysql exec module
|
||||||
'''
|
'''
|
||||||
self._test_call(mysql.grant_revoke, '', 'SELECT,INSERT,UPDATE', 'datebase.*', 'frank', 'localhost')
|
self._test_call(mysql.grant_revoke, '', 'SELECT,INSERT,UPDATE', 'database.*', 'frank', 'localhost')
|
||||||
|
|
||||||
def test_processlist(self):
|
def test_processlist(self):
|
||||||
'''
|
'''
|
||||||
|
Loading…
Reference in New Issue
Block a user