diff --git a/configurations/system/tests_cases/relevant_vuln_scanning_tests.py b/configurations/system/tests_cases/relevant_vuln_scanning_tests.py index 50f61932..a916ccdb 100644 --- a/configurations/system/tests_cases/relevant_vuln_scanning_tests.py +++ b/configurations/system/tests_cases/relevant_vuln_scanning_tests.py @@ -1,7 +1,5 @@ import inspect -from infrastructure import supported_systemsAPI -from tests_scripts.helm.vuln_scan import VulnerabilityScanningRegistry from .structures import TestConfiguration diff --git a/configurations/system/tests_cases/vuln_scan_tests.py b/configurations/system/tests_cases/vuln_scan_tests.py index d2dcde78..e9ee8b4d 100644 --- a/configurations/system/tests_cases/vuln_scan_tests.py +++ b/configurations/system/tests_cases/vuln_scan_tests.py @@ -1,7 +1,6 @@ import inspect from infrastructure import supported_systemsAPI -from tests_scripts.helm.vuln_scan import VulnerabilityScanningRegistry from .structures import TestConfiguration from systest_utils import statics