Skip to content

Commit c8e094a

Browse files
cdavernasmatthias-pichler
authored andcommitted
Fixed the examples
Signed-off-by: Charles d'Avernas <[email protected]> Signed-off-by: Matthias Pichler <[email protected]>
1 parent 82cf7ab commit c8e094a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/try-catch-then.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ do:
3636
with:
3737
method: put
3838
endpoint: https://petstore.swagger.io/v2/pet/{petId}
39-
body: ${ . + { status: "sold" } }
39+
body: '${ . + { status: "sold" } }'

0 commit comments

Comments
 (0)