UT: Remove stale TODOs in MockPuppet

This commit is contained in:
Mike Salvatore 2022-03-31 08:55:33 -04:00
parent eae96c19b1
commit 91f0a4e8ea
1 changed files with 0 additions and 2 deletions

View File

@ -32,7 +32,6 @@ class MockPuppet(IPuppet):
logger.debug(f"run_credential_collector({name})")
if name == "SSHCollector":
# TODO: Replace Passwords with SSHKeypair after it is implemented
ssh_credentials = Credentials(
[Username("m0nk3y")],
[
@ -135,7 +134,6 @@ class MockPuppet(IPuppet):
return empty_fingerprint_data
# TODO: host should be VictimHost, at the moment it can't because of circular dependency
def exploit_host(
self,
name: str,