summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/units/test_0033_post_procedure_add.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/units/test_0033_post_procedure_add.py b/tests/units/test_0033_post_procedure_add.py
index b31ac70..89a21c7 100644
--- a/tests/units/test_0033_post_procedure_add.py
+++ b/tests/units/test_0033_post_procedure_add.py
@@ -8,7 +8,10 @@ class TestPostProcedureAddMethods(unittest.TestCase):
self.headers = {'Authorization' : '07b3bfe728954619b58f0107ad73acc1'}
self.full_json = { "center": "1",
"name": "procedure1",
- "description": "procedure test" }
+ "description": "procedure test",
+ "steps": [ { "command": "wol",
+ "params": { "type": "broadcast" } },
+ { "procedure": 22 } ] }
self.minimal_json = { "center": "1",
"name": "procedure2" }
self.duplicated_procedure_json = { "center": "1",