Remove dead code

Now that mox has been removed we can remove the create_stubs
helper function as well.

Change-Id: I1bd2e973eefe441a8522f805aa40149ab3831132
Signed-off-by: Chuck Short <chucks@redhat.com>
This commit is contained in:
Chuck Short 2018-08-27 07:52:58 -04:00
parent 892ec9cc54
commit 9ac648c53a
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@ from manila_ui.tests.test_data import utils
from openstack_dashboard.test import helpers
def create_stubs(stubs_to_create={}):
return helpers.create_stubs(stubs_to_create)
class ManilaTestsMixin(object):
def _setup_test_data(self):
super(ManilaTestsMixin, self)._setup_test_data()