diff --git a/tests/exploits/cve_2023_28461_test.py b/tests/exploits/cve_2023_28461_test.py index 7f202dc..93c3b1a 100644 --- a/tests/exploits/cve_2023_28461_test.py +++ b/tests/exploits/cve_2023_28461_test.py @@ -43,7 +43,6 @@ def testCVE202328461_whenVulnerable_reportFinding( status_code=200, ) - # Mocking the '_send_ssl_request' method to avoid real requests with patch.object( cve_2023_28461.CVE202328461Exploit, "_send_ssl_request", @@ -78,7 +77,6 @@ def testCVE202328461_whenSafe_reportNothing( status_code=200, ) - # Mocking the '_send_ssl_request' method to avoid real requests with patch.object( cve_2023_28461.CVE202328461Exploit, "_send_ssl_request",