Skip to content

Commit 74fd0c8

Browse files
fix: use endpoint object
Signed-off-by: Matthias Pichler <m.pichler@warrify.com>
1 parent 1b53d43 commit 74fd0c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/mock-service-extension.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ do:
2222
call: http
2323
with:
2424
method: get
25-
endpoint: https://fake.com/sample
25+
endpoint:
26+
uri: https://fake.com/sample

0 commit comments

Comments
 (0)