Fixed Unit test for senlin-dashboard

After 7052b7f065 merged in openstack/horizon a new Unit
test class introduced in horizon i.e. RestAPITestCase.
This patch updates senlin-dashboard to import RestAPITestCase
class instead of TestCase. For more info. see [1]

[1] https://review.opendev.org/c/openstack/horizon/+/827097/2/openstack_dashboard/test/helpers.py#485

Change-Id: Idf85ffdf40c32ab8e579cd110d35d2e99edf24bc
This commit is contained in:
manchandavishal 2022-03-29 20:18:36 +05:30
parent 8dbef7ca60
commit 47d883bfc6
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ from openstack_dashboard.test import helpers as test
from senlin_dashboard.api.rest import senlin
class SenlinRestTestCase(test.TestCase):
class SenlinRestTestCase(test.RestAPITestCase):
#
# Receiver