diff --git a/neutron_taas_dashboard/test/base.py b/neutron_taas_dashboard/test/base.py index 2159808..6992aec 100644 --- a/neutron_taas_dashboard/test/base.py +++ b/neutron_taas_dashboard/test/base.py @@ -13,9 +13,9 @@ # License for the specific language governing permissions and limitations # under the License. -from oslotest import base +from openstack_dashboard.test import helpers -class TestCase(base.BaseTestCase): +class TestCase(helpers.TestCase): """Test case base class for all unit tests."""