aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ansible_api_test.py
diff options
context:
space:
mode:
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-11-16 22:56:07 +0800
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-11-16 22:56:07 +0800
commit862f1fe7fab4b94242663ab509c3dd91dc592c2c (patch)
tree70c9b0e4ca105d349714435681a978ce408160c4 /tests/ansible_api_test.py
parent2b3df7dce52e965ba5992334ce7d3d1c229a9ce9 (diff)
Bugfix: Correct the path in unit test.
Change-Id: I2e019230bc50222222c5df4c0d18640616fff074 Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
Diffstat (limited to 'tests/ansible_api_test.py')
-rw-r--r--tests/ansible_api_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ansible_api_test.py b/tests/ansible_api_test.py
index a259c422..6b1afb44 100644
--- a/tests/ansible_api_test.py
+++ b/tests/ansible_api_test.py
@@ -6,7 +6,7 @@
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
-from utils.ansible_api import AnsibleApi
+from qtip.utils.ansible_api import AnsibleApi
class TestClass: