Skip to content

Commit f011308

Browse files
committed
Add noqa comment to toggle_system_setting_boolean decorator in JIRAImportAndPushTestApi
1 parent 6e8a711 commit f011308

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unittests/test_jira_import_and_pushing_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1117,7 +1117,7 @@ def _test_setup_jira_project_for_engagement(self) -> dict:
11171117
# this test and deduplication will prevent the second import from creating any findings at all,
11181118
# which means no jira issues will be created on the second import, which is what we need to assert
11191119
# that the jira project is being fetched correctly and push_to_jira is being set to True in the import settings
1120-
@toggle_system_setting_boolean("enable_deduplication", False)
1120+
@toggle_system_setting_boolean("enable_deduplication", False) # noqa: FBT003
11211121
def test_import_auto_create_context_fetches_all_objects_for_push_to_jira(self):
11221122
"""
11231123
This test is responsible for ensuring that all related objects in auto context are fetched appropriately.

0 commit comments

Comments
 (0)