BB: Remove stale TODO from poweshell test

This commit is contained in:
Mike Salvatore 2021-11-30 13:40:13 -05:00
parent a3563b97a8
commit 3d56d88512
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ from envs.monkey_zoo.blackbox.config_templates.config_template import ConfigTemp
class PowerShell(ConfigTemplate):
config_values = copy(BaseTemplate.config_values)
# TODO: Remove .\\ from exploit user list when DC name is added,
# for more context see https://github.com/guardicore/monkey/issues/1486
config_values.update(
{
"basic.exploiters.exploiter_classes": ["PowerShellExploiter"],