From 880611eddb3fcdc92728ee03a83f16b6c25390be Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Thu, 23 Jun 2022 01:21:33 +0000 Subject: [PATCH] forgot to call --- api/tacticalrmm/agents/tests/test_agent_installs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/tacticalrmm/agents/tests/test_agent_installs.py b/api/tacticalrmm/agents/tests/test_agent_installs.py index 212612d1..a5a07ab2 100644 --- a/api/tacticalrmm/agents/tests/test_agent_installs.py +++ b/api/tacticalrmm/agents/tests/test_agent_installs.py @@ -100,6 +100,7 @@ class TestAgentUpdate(TacticalTestCase): # test powershell data["installMethod"] = "powershell" + r = self.client.post(url, data, format="json") self.assertEqual(r.status_code, 200) self.check_not_authenticated("post", url)