mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-06 22:24:23 -07:00
add blank
This commit is contained in:
parent
2c75f3c29d
commit
e97bc68499
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ import pytest
|
||||||
from unittest.mock import mock_open, patch, MagicMock
|
from unittest.mock import mock_open, patch, MagicMock
|
||||||
from plugins.modules.nfs_exports_info import get_exports
|
from plugins.modules.nfs_exports_info import get_exports
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
def fake_exports_content():
|
def fake_exports_content():
|
||||||
return """
|
return """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue