diff --git a/bbot/test/test_step_1/test_modules_basic.py b/bbot/test/test_step_1/test_modules_basic.py index 283559e707..4212340695 100644 --- a/bbot/test/test_step_1/test_modules_basic.py +++ b/bbot/test/test_step_1/test_modules_basic.py @@ -10,9 +10,6 @@ @pytest.mark.asyncio async def test_modules_basic_checks(events, httpx_mock): - # for http_method in ("GET", "CONNECT", "HEAD", "POST", "PUT", "TRACE", "DEBUG", "PATCH", "DELETE", "OPTIONS"): - # httpx_mock.add_response(method=http_method, url=re.compile(r".*"), json={"test": "test"}) - from bbot.scanner import Scanner scan = Scanner(config={"omit_event_types": ["URL_UNVERIFIED"]})