From 9b38263158909c0d20c0f36438071b3c532ec284 Mon Sep 17 00:00:00 2001 From: Yun Huang Date: Wed, 7 Mar 2018 09:16:38 +0800 Subject: Change the code base from newton to share MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And adopt settings,depreciate config Change-Id: Ib467a6e914ae89ab8799d38191dfed8b3cd7b726 Issue-ID: MULTICLOUD-138 Signed-off-by: Yun Huang --- windriver/titanium_cloud/registration/tests/test_registration.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'windriver/titanium_cloud/registration/tests/test_registration.py') diff --git a/windriver/titanium_cloud/registration/tests/test_registration.py b/windriver/titanium_cloud/registration/tests/test_registration.py index d96e2359..01a40217 100644 --- a/windriver/titanium_cloud/registration/tests/test_registration.py +++ b/windriver/titanium_cloud/registration/tests/test_registration.py @@ -16,10 +16,10 @@ import mock from rest_framework import status -from newton.pub.utils import restcall +from common.utils import restcall from newton.requests.tests import mock_info from newton.requests.tests import test_base -from newton.requests.views.util import VimDriverUtils +from newton_base.util import VimDriverUtils MOCK_GET_TENANT_RESPONSE = { "projects":[ -- cgit 1.2.3-korg