From 7b21afac371de865f120558de084cccc19626959 Mon Sep 17 00:00:00 2001 From: elyousfi Date: Thu, 5 Dec 2024 12:10:59 +0100 Subject: [PATCH] remove unused fixtures --- tests/conftest.py | 76 ----------------------------------------------- 1 file changed, 76 deletions(-) diff --git a/tests/conftest.py b/tests/conftest.py index 0078937a..0a5d6982 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -123,82 +123,6 @@ def check(self, target: definitions.Target) -> list[definitions.Vulnerability]: exploits_registry.unregister(TestExploit) -@pytest.fixture() -def secure_html_example_cve_2024_31461() -> str: - return """ - - - - Sign In - - - - - - -""" - - -@pytest.fixture() -def insecure_html_example_cve_2024_31461() -> str: - return """ - - - - - - Plane | Simple, extensible, open-source project management tool. - - - - - - -
- -
-
-
- -
-
-
Plane Logo -
-
-
- - - -""" - - @pytest.fixture def scan_bad_url_message() -> message.Message: """Creates a bad message of type v3.asset.link to be used by the agent for testing purposes."""