mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 21:54:22 -07:00
Changed
This commit is contained in:
parent
66ff47251a
commit
138e65d302
1 changed files with 1 additions and 7 deletions
|
@ -12,13 +12,7 @@ import sys
|
|||
import os
|
||||
import hashlib
|
||||
|
||||
|
||||
sys.path.insert(0, os.path.abspath(
|
||||
os.path.join(os.path.dirname(__file__), '../../../../plugins/modules')
|
||||
))
|
||||
|
||||
from nfs_exports_info import get_exports
|
||||
|
||||
from ansible_collections.community.general.plugins.modules.nfs_exports_info import get_exports
|
||||
|
||||
@pytest.fixture
|
||||
def fake_exports_content():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue