Skip to content

Commit b8cc6a1

Browse files
committed
Exclude from tests
1 parent ffb56ca commit b8cc6a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mdl-examples/doctype-tests/06-rest-client-examples.mdl renamed to mdl-examples/doctype-tests/06-rest-client-examples.test.mdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,15 @@ BEGIN
140140
RESPONSE JSON AS $Resource;
141141

142142
/** Partially update an existing resource */
143-
OPERATION PatchResource
143+
OPERATION "PatchResource"
144144
METHOD PATCH
145145
PATH '/patch'
146146
HEADER 'Accept' = 'application/json'
147147
BODY JSON FROM $PatchData
148148
RESPONSE JSON AS $Resource;
149149

150150
/** Delete a resource */
151-
OPERATION DeleteResource
151+
OPERATION "DeleteResource"
152152
METHOD DELETE
153153
PATH '/delete'
154154
RESPONSE NONE;

0 commit comments

Comments
 (0)