mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 06:04:24 -07:00
correct ERROR collecting
This commit is contained in:
parent
fef3a835cf
commit
2c75f3c29d
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ __metaclass__ = type
|
|||
|
||||
import pytest
|
||||
from unittest.mock import mock_open, patch, MagicMock
|
||||
from nfs_exports_info import get_exports
|
||||
|
||||
from 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