mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-23 06:21:45 -07:00
Update tests/unit/plugins/modules/test_mysql_user.py
This commit is contained in:
parent
4ffab446ef
commit
811589f639
1 changed files with 4 additions and 1 deletions
|
@ -4,7 +4,10 @@ from __future__ import (absolute_import, division, print_function)
|
|||
__metaclass__ = type
|
||||
|
||||
import pytest
|
||||
|
||||
try:
|
||||
from unittest.mock import MagicMock
|
||||
except ImportError:
|
||||
from mock import MagicMock
|
||||
from ansible_collections.community.mysql.plugins.modules.mysql_user import (
|
||||
handle_grant_on_col,
|
||||
has_grant_on_col,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue