Remove use_mox flag

Change-Id: I98664193138934638d0ebc8ac260ea9a71cf8b6b
This commit is contained in:
Shu Muto 2018-08-31 11:25:24 +09:00
parent d1f676e832
commit 0cf39eec50
1 changed files with 0 additions and 3 deletions

View File

@ -37,14 +37,11 @@ class SenlinTestsMixin(object):
class TestCase(SenlinTestsMixin, helpers.TestCase):
use_mox = True
pass
class APITestCase(SenlinTestsMixin, helpers.APITestCase):
use_mox = True
def setUp(self):
super(APITestCase, self).setUp()