forgot to call
This commit is contained in:
parent
c4bf776069
commit
880611eddb
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue