diff --git a/unittests/test_importers_deduplication.py b/unittests/test_importers_deduplication.py index a006cc90099..2c607008720 100644 --- a/unittests/test_importers_deduplication.py +++ b/unittests/test_importers_deduplication.py @@ -18,10 +18,8 @@ from .dojo_test_case import DojoAPITestCase, get_unit_tests_scans_path -logging.basicConfig(level=logging.DEBUG) logger = logging.getLogger(__name__) - STACK_HAWK_FILENAME = get_unit_tests_scans_path("stackhawk") / "stackhawk_many_vul_without_duplicated_findings.json" STACK_HAWK_SUBSET_FILENAME = get_unit_tests_scans_path("stackhawk") / "stackhawk_many_vul_without_duplicated_findings_subset.json" STACK_HAWK_SCAN_TYPE = "StackHawk HawkScan" diff --git a/unittests/test_importers_performance.py b/unittests/test_importers_performance.py index 38d63babad1..c6d8652635f 100644 --- a/unittests/test_importers_performance.py +++ b/unittests/test_importers_performance.py @@ -26,10 +26,8 @@ from .dojo_test_case import DojoTestCase, get_unit_tests_scans_path -logging.basicConfig(level=logging.DEBUG) logger = logging.getLogger(__name__) - STACK_HAWK_FILENAME = get_unit_tests_scans_path("stackhawk") / "stackhawk_many_vul_without_duplicated_findings.json" STACK_HAWK_SUBSET_FILENAME = get_unit_tests_scans_path("stackhawk") / "stackhawk_many_vul_without_duplicated_findings_subset.json" STACK_HAWK_SCAN_TYPE = "StackHawk HawkScan"