diff --git a/monkey/tests/data_for_tests/monkey_configs/automated_master_config.json b/monkey/tests/data_for_tests/monkey_configs/automated_master_config.json index 439103396..8ed5eb8b8 100644 --- a/monkey/tests/data_for_tests/monkey_configs/automated_master_config.json +++ b/monkey/tests/data_for_tests/monkey_configs/automated_master_config.json @@ -64,8 +64,10 @@ "PBA_windows_filename": "", "command_servers": ["10.197.94.72:5000"], "current_server": "localhost:5000", - "custom_PBA_linux_cmd": "", - "custom_PBA_windows_cmd": "", + "custom_pbas": { + "linux_command": "", + "windows_command": "" + }, "depth": 2, "dropper_set_date": true, "exploit_lm_hash_list": ["DEADBEEF", "FACADE"],