Correct the actual path for setting DJANGO_SETTINGS_MODULE
The true path should be "manila_ui.tests.settings" while "manila_ui.test.settings" is given. Change-Id: I2510174b6790aa6defaed5b8bf804875eb888ebc Closes-Bug: #1668990
This commit is contained in:
@@ -19,5 +19,5 @@ from django.core.management import execute_from_command_line
|
||||
|
||||
if __name__ == "__main__":
|
||||
os.environ.setdefault("DJANGO_SETTINGS_MODULE",
|
||||
"manila_ui.test.settings")
|
||||
"manila_ui.tests.settings")
|
||||
execute_from_command_line(sys.argv)
|
||||
|
Reference in New Issue
Block a user