From 138e65d3026c8544926b6d76f33deeeb04ec2690 Mon Sep 17 00:00:00 2001 From: Yousefnezhad Date: Tue, 17 Jun 2025 08:21:23 +0330 Subject: [PATCH] Changed --- tests/unit/plugins/modules/test_nfs_exports_info.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/unit/plugins/modules/test_nfs_exports_info.py b/tests/unit/plugins/modules/test_nfs_exports_info.py index 8516171ac7..45faebcac2 100644 --- a/tests/unit/plugins/modules/test_nfs_exports_info.py +++ b/tests/unit/plugins/modules/test_nfs_exports_info.py @@ -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():