forked from p34709852/monkey
BB: '/api/terminate-all-agents' -> '/api/agent-signals/terminate-all-agents'
This commit is contained in:
parent
850857c8a1
commit
6174e8dfcb
|
@ -89,7 +89,7 @@ class MonkeyIslandClient(object):
|
|||
@avoid_race_condition
|
||||
def kill_all_monkeys(self):
|
||||
response = self.requests.post_json(
|
||||
"api/terminate-all-agents", json={"terminate_time": time.time()}
|
||||
"api/agent-signals/terminate-all-agents", json={"terminate_time": time.time()}
|
||||
)
|
||||
if response.ok:
|
||||
LOGGER.info("Killing all monkeys after the test.")
|
||||
|
|
Loading…
Reference in New Issue