File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments