diff --git a/tests/conftest.py b/tests/conftest.py index f846bbe..966ba3a 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -165,14 +165,6 @@ def test_agent() -> whatweb_agent.AgentWhatWeb: return whatweb_agent.AgentWhatWeb(agent_definition, agent_settings) -@pytest.fixture() -def scan_message_ipv4_with_mask8() -> m.Message: - """Creates a message of type v3.asset.ip.v4 to be used by the agent for testing purposes.""" - selector = "v3.asset.ip.v4" - msg_data = {"host": "192.168.1.17", "mask": "8", "version": 4} - return m.Message.from_data(selector, data=msg_data) - - @pytest.fixture() def scan_message_ipv4_with_mask16() -> m.Message: """Creates a message of type v3.asset.ip.v4 to be used by the agent for testing purposes."""