more pylint fixes
This commit is contained in:
@@ -25,6 +25,7 @@ TEST_REQUEST_HEADERS = {
|
|||||||
"SERVER_NAME": "test_server",
|
"SERVER_NAME": "test_server",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
def fake_support_backend_values(name, default=None): # pylint: disable=unused-argument
|
def fake_support_backend_values(name, default=None): # pylint: disable=unused-argument
|
||||||
"""
|
"""
|
||||||
Method for getting configuration override values for support email.
|
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]
|
return config_dict[name]
|
||||||
|
|
||||||
|
|
||||||
@ddt
|
@ddt
|
||||||
@mock.patch.dict("django.conf.settings.FEATURES", {"ENABLE_FEEDBACK_SUBMISSION": True})
|
@mock.patch.dict("django.conf.settings.FEATURES", {"ENABLE_FEEDBACK_SUBMISSION": True})
|
||||||
@override_settings(
|
@override_settings(
|
||||||
|
|||||||
Reference in New Issue
Block a user