Use openstack_dashboard.test.helpers.TestCase

To fix the following error.

TypeError: unhashable type: 'TestNeutron_taas_dashboard'

Change-Id: I60e983baff48cf5bab73c5e89f03b6984ef62417
This commit is contained in:
YAMAMOTO Takashi 2019-04-04 13:13:26 +09:00
parent 7e716495bf
commit 677c759b21
1 changed files with 2 additions and 2 deletions

View File

@ -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."""