Renamed hardeningguides.py.

This commit is contained in:
Joe Testa
2025-09-01 17:39:07 -04:00
parent 062a1f3cb4
commit f821565ff9
3 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ from ssh_audit.gextest import GEXTest
from ssh_audit.hostkeytest import HostKeyTest
from ssh_audit.outputbuffer import OutputBuffer
from ssh_audit.policy import Policy
from ssh_audit.hardeningguides import Hardening_Guides
from ssh_audit.hardening_guides import Hardening_Guides
from ssh_audit.product import Product
from ssh_audit.protocol import Protocol
from ssh_audit.software import Software

View File

@ -1,6 +1,6 @@
import pytest
from ssh_audit.hardeningguides import Hardening_Guides
from ssh_audit.hardening_guides import Hardening_Guides
class TestHardeningGuides: