Skip to content

Commit

Permalink
chore: remove comments in test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanttV committed Oct 31, 2024
1 parent c9c6b59 commit e0e3495
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions eox_core/settings/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,3 @@ def plugin_settings(settings): # pylint: disable=function-redefined
"DEMO_COURSE_ID": os.environ.get("DEMO_COURSE_ID", "course-v1:OpenedX+DemoX+DemoCourse"),
"AUTHN_MICROFRONTEND_URL": "http://apps.local.edly.io/authn"
}
# MIDDLEWARE = ["eox_core.middleware.PathRedirectionMiddleware"]
# EDNX_CUSTOM_PATH_REDIRECTIONS = {
# "/courses": {"redirect_always": "/about"},
# "/blog": {"redirect_always": "/donate"},
# }

0 comments on commit e0e3495

Please sign in to comment.