forked from p15670423/monkey
UT: 'kill_time' -> 'terminate_time'
This commit is contained in:
parent
489ead31d2
commit
11f443e641
|
@ -51,7 +51,7 @@ def flask_client(flask_client_builder):
|
||||||
def test_agent_signals_terminate_all_post(flask_client):
|
def test_agent_signals_terminate_all_post(flask_client):
|
||||||
resp = flask_client.post(
|
resp = flask_client.post(
|
||||||
AgentSignals.urls[0],
|
AgentSignals.urls[0],
|
||||||
json={"kill_time": TIMESTAMP_1},
|
json={"terminate_time": TIMESTAMP_1},
|
||||||
follow_redirects=True,
|
follow_redirects=True,
|
||||||
)
|
)
|
||||||
assert resp.status_code == HTTPStatus.NO_CONTENT
|
assert resp.status_code == HTTPStatus.NO_CONTENT
|
||||||
|
|
Loading…
Reference in New Issue