Description
For some reason test_springfield_redirect_* or test_offsite_redirects_* fail if the settings are different than the current default, even when there is an override for this exactly:
|
@override_settings(ENABLE_FIREFOX_COM_REDIRECTS=True) |
Steps to reproduce
ENABLE_FIREFOX_COM_REDIRECTS=False pytest bedrock/firefox
Expected result
pytest bedrock/firefox should pass given the setting override no matter what real setting.
Actual result
The suite fails if the actual setting is not True:
Environment
ENABLE_FIREFOX_COM_REDIRECTS=False
Description
For some reason
test_springfield_redirect_*ortest_offsite_redirects_*fail if the settings are different than the current default, even when there is an override for this exactly:bedrock/bedrock/firefox/tests/test_redirects.py
Line 96 in bfa6659
Steps to reproduce
ENABLE_FIREFOX_COM_REDIRECTS=False pytest bedrock/firefoxExpected result
pytest bedrock/firefoxshould pass given the setting override no matter what real setting.Actual result
The suite fails if the actual setting is not
True:Environment
ENABLE_FIREFOX_COM_REDIRECTS=False