From 2f980e89fea8290cb57883d40e13c54a2e410259 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 21 Apr 2022 14:24:49 +0200 Subject: [PATCH] Fix import. (#4550) --- tests/unit/plugins/modules/database/saphana/test_hana_query.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/plugins/modules/database/saphana/test_hana_query.py b/tests/unit/plugins/modules/database/saphana/test_hana_query.py index b0fd939604..f7525b34f8 100644 --- a/tests/unit/plugins/modules/database/saphana/test_hana_query.py +++ b/tests/unit/plugins/modules/database/saphana/test_hana_query.py @@ -6,7 +6,7 @@ from __future__ import absolute_import, division, print_function __metaclass__ = type -from ansible_collections.community.general.plugins.modules import hana_query +from ansible_collections.community.general.plugins.modules.database.saphana import hana_query from ansible_collections.community.general.tests.unit.plugins.modules.utils import ( AnsibleExitJson, AnsibleFailJson,