bea0470a0b
Just checking that the pages actually display and use the right templates Change-Id: Ibb5f55c25510921e49485961f71fb22e7f8f8bc1
8 lines
254 B
Python
8 lines
254 B
Python
from openstack_dashboard.utils import settings
|
|
import test.enabled
|
|
from tuskar_ui.test.settings import * # noqa
|
|
|
|
|
|
INSTALLED_APPS = list(INSTALLED_APPS) # Make sure it's mutable
|
|
settings.update_dashboards([test.enabled], HORIZON_CONFIG, INSTALLED_APPS)
|