Skip to content

Commit

Permalink
test: add user settings for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Nov 15, 2024
1 parent 291f004 commit de6e720
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eox_core/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

0 comments on commit de6e720

Please sign in to comment.