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)