From 2a9a36bd24bddb35a7618127a0ec57f661a71566 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 4 Oct 2017 06:43:18 -0400 Subject: [PATCH] ceph-volume tests refactor lvm api import for api tests Signed-off-by: Alfredo Deza --- src/ceph-volume/ceph_volume/tests/devices/lvm/test_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-volume/ceph_volume/tests/devices/lvm/test_api.py b/src/ceph-volume/ceph_volume/tests/devices/lvm/test_api.py index ce99efcb0c73b..2d252e58ba526 100644 --- a/src/ceph-volume/ceph_volume/tests/devices/lvm/test_api.py +++ b/src/ceph-volume/ceph_volume/tests/devices/lvm/test_api.py @@ -1,6 +1,6 @@ import pytest from ceph_volume import process, exceptions -from ceph_volume.devices.lvm import api +from ceph_volume.api import lvm as api class TestParseTags(object): -- 2.39.5