diff --git a/src/cfengine_cli/syntax-description.json b/src/cfengine_cli/syntax-description.json index 3733b1b..e49671b 100644 --- a/src/cfengine_cli/syntax-description.json +++ b/src/cfengine_cli/syntax-description.json @@ -3386,17 +3386,6 @@ "vars" ], "status": "normal" - }, - "watch": { - "promiseTypes": [ - "events", - "classes", - "defaults", - "meta", - "reports", - "vars" - ], - "status": "normal" } }, "functions": { diff --git a/tests/lint/004_block_type.expected.txt b/tests/lint/004_block_type.expected.txt index c7cf522..1e89011 100644 --- a/tests/lint/004_block_type.expected.txt +++ b/tests/lint/004_block_type.expected.txt @@ -1,7 +1,7 @@ bundle notavalidtype my_bundle ^-----------^ -Error: Bundle type must be one of (agent, common, edit_line, edit_xml, monitor, reactor, server, watch), not 'notavalidtype' at tests/lint/004_block_type.x.cf:1:8 +Error: Bundle type must be one of (agent, common, edit_line, edit_xml, monitor, reactor, server), not 'notavalidtype' at tests/lint/004_block_type.x.cf:1:8 promise server my_promise_type