diff --git a/eox_core/settings/test.py b/eox_core/settings/test.py index 84b45af9..d63d130e 100644 --- a/eox_core/settings/test.py +++ b/eox_core/settings/test.py @@ -112,5 +112,7 @@ def plugin_settings(settings): # pylint: disable=function-redefined "API_TIMEOUT": 5, "CLIENT_ID": "client_id", "CLIENT_SECRET": "client_secret", - "DEMO_COURSE_ID": os.environ.get("DEMO_COURSE_ID", "course-v1:OpenedX+DemoX+DemoCourse") + "DEMO_COURSE_ID": os.environ.get("DEMO_COURSE_ID", "course-v1:OpenedX+DemoX+DemoCourse"), + "TEST_USER_USERNAME": "admin-eox-core", + "TEST_USER_PASSWORD": "admin", }