Commit 38d8017d by Anthony Mangano

more pylint fixes

parent 8e1eafd1
......@@ -25,6 +25,7 @@ TEST_REQUEST_HEADERS = {
"SERVER_NAME": "test_server",
}
def fake_support_backend_values(name, default=None): # pylint: disable=unused-argument
"""
Method for getting configuration override values for support email.
......@@ -35,6 +36,7 @@ def fake_support_backend_values(name, default=None): # pylint: disable=unused-a
}
return config_dict[name]
@ddt
@mock.patch.dict("django.conf.settings.FEATURES", {"ENABLE_FEEDBACK_SUBMISSION": True})
@override_settings(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment