From 11f443e6414969b8083ae1abec479c5e65f3cc9d Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Fri, 23 Sep 2022 17:15:00 +0530 Subject: [PATCH] UT: 'kill_time' -> 'terminate_time' --- .../unit_tests/monkey_island/cc/resources/test_agent_signals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/tests/unit_tests/monkey_island/cc/resources/test_agent_signals.py b/monkey/tests/unit_tests/monkey_island/cc/resources/test_agent_signals.py index 91a13dd78..673ae6de7 100644 --- a/monkey/tests/unit_tests/monkey_island/cc/resources/test_agent_signals.py +++ b/monkey/tests/unit_tests/monkey_island/cc/resources/test_agent_signals.py @@ -51,7 +51,7 @@ def flask_client(flask_client_builder): def test_agent_signals_terminate_all_post(flask_client): resp = flask_client.post( AgentSignals.urls[0], - json={"kill_time": TIMESTAMP_1}, + json={"terminate_time": TIMESTAMP_1}, follow_redirects=True, ) assert resp.status_code == HTTPStatus.NO_CONTENT