X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=azure%2Fmulticloud_azure%2Ftests%2Ftest_restcall.py;fp=azure%2Fazure%2Ftests%2Ftest_restcall.py;h=9f603178b2723956cb9ea8dee25cbce7d1d8150d;hb=refs%2Fchanges%2F59%2F64959%2F2;hp=bf45ccf8e6f8b1bb294f11c024f646a3f6978afd;hpb=98609ecffcaef619e31044ac40b71b4fa8858357;p=multicloud%2Fazure.git diff --git a/azure/azure/tests/test_restcall.py b/azure/multicloud_azure/tests/test_restcall.py similarity index 98% rename from azure/azure/tests/test_restcall.py rename to azure/multicloud_azure/tests/test_restcall.py index bf45ccf..9f60317 100644 --- a/azure/azure/tests/test_restcall.py +++ b/azure/multicloud_azure/tests/test_restcall.py @@ -12,7 +12,7 @@ import mock import unittest import urllib2 -from azure.pub.utils import restcall +from multicloud_azure.pub.utils import restcall class TestRestCall(unittest.TestCase):