From 45dcceff9e8715aaa93e345bf283abd68d679f0e Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Wed, 10 Nov 2021 18:45:05 +0530 Subject: [PATCH] UT: Remove kill file config option from unit test data's config --- .../data_for_tests/monkey_configs/monkey_config_standard.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/monkey/tests/data_for_tests/monkey_configs/monkey_config_standard.json b/monkey/tests/data_for_tests/monkey_configs/monkey_config_standard.json index c1857c639..709c8e2c8 100644 --- a/monkey/tests/data_for_tests/monkey_configs/monkey_config_standard.json +++ b/monkey/tests/data_for_tests/monkey_configs/monkey_config_standard.json @@ -114,10 +114,6 @@ "ElasticFinger" ] }, - "kill_file": { - "kill_file_path_windows": "%windir%\\monkey.not", - "kill_file_path_linux": "/var/run/monkey.not" - }, "dropper": { "dropper_set_date": true, "dropper_date_reference_path_windows": "%windir%\\system32\\kernel32.dll",