UT: Remove disused scan event fixtures

This commit is contained in:
Mike Salvatore 2022-09-30 12:54:27 -04:00
parent 79f56e0789
commit 029c101643
1 changed files with 0 additions and 10 deletions

View File

@ -98,16 +98,6 @@ def scan_event_handler(agent_repository, machine_repository, node_repository):
return ScanEventHandler(agent_repository, machine_repository, node_repository)
@pytest.fixture
def handle_ping_scan_event(scan_event_handler):
return scan_event_handler.handle_ping_scan_event
@pytest.fixture
def handle_tcp_scan_event(scan_event_handler):
return scan_event_handler.handle_tcp_scan_event
machines = {MACHINE_ID: SOURCE_MACHINE, TARGET_MACHINE.id: TARGET_MACHINE}
machines_by_id = {MACHINE_ID: SOURCE_MACHINE, TARGET_MACHINE.id: TARGET_MACHINE}
machines_by_ip = {