mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Refactors network_ui_test out of network_ui
* Separates test messages from application messages * Removes test runner and groups, processes, and streams from network_ui * Adds network_ui_test * Fixes routing for network_ui_test * Removes coverage_report tool from network_ui * Fixes network_ui_test test workflow * Sets width and height of the page during tests
This commit is contained in:
@@ -280,6 +280,7 @@ INSTALLED_APPS = (
|
||||
'awx.sso',
|
||||
'solo',
|
||||
'awx.network_ui',
|
||||
'awx.network_ui_test',
|
||||
)
|
||||
|
||||
INTERNAL_IPS = ('127.0.0.1',)
|
||||
|
||||
Reference in New Issue
Block a user