fix tests

This commit is contained in:
wh1te909
2021-02-16 18:55:55 +00:00
parent 61762828a3
commit 9ed3abf932

View File

@@ -359,7 +359,6 @@ class TestAgentViews(TacticalTestCase):
r = self.client.post(url, data, format="json")
self.assertIn("rdp", r.json()["cmd"])
self.assertNotIn("power", r.json()["cmd"])
self.assertNotIn("ping", r.json()["cmd"])
data.update({"ping": 1, "power": 1})
r = self.client.post(url, data, format="json")