From bdc4ee496ff71305ef1bfe50b6dbe9ed4b39c45c Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:41:25 +0200 Subject: [PATCH] Fix import. (#4550) (#4552) (cherry picked from commit 2f980e89fea8290cb57883d40e13c54a2e410259) Co-authored-by: Felix Fontein --- 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,