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:
parent
7e716495bf
commit
677c759b21
@ -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."""
|
||||
|
Loading…
Reference in New Issue
Block a user