Agent: Drop testing changes made to mock puppet

This commit is contained in:
Shreya Malviya 2022-02-17 16:58:27 +05:30
parent a234713e08
commit f243e4a722
1 changed files with 0 additions and 3 deletions

View File

@ -159,9 +159,6 @@ class MockPuppet(IPuppet):
if name == "AccountDiscovery":
return PostBreachData("pba command 1", ["pba result 1", True])
elif name == "ProcessListCollection":
cmd, result = ProcessListCollection().run()
return PostBreachData(cmd, result)
else:
return PostBreachData("pba command 2", ["pba result 2", False])