Skip to content

Commit f8fd119

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/do-single-multiple.yaml renamed to examples/do-multiple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ do:
1414
with:
1515
method: put
1616
endpoint: https://petstore.swagger.io/v2/pet/{petId}
17-
body: ${ . + { status: "sold" } }
17+
body: '${ . + { status: "sold" } }'

0 commit comments

Comments
 (0)