Skip to content

Ensure no URL_PREFIX is used for test

Samuel GAIST requested to merge test_settings_improvments into master

If the URL_PREFIX value is modified in settings.py, the beat/beat.cmdline> "online" tests will fail.

This patch fixes that by ensuring that no URL_PREFIX value is set.

Merge request reports