forgot to call

This commit is contained in:
wh1te909 2022-06-23 01:21:33 +00:00
parent c4bf776069
commit 880611eddb
1 changed files with 1 additions and 0 deletions

View File

@ -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)