Skip to content

Commit

Permalink
fix(test): fix http-template test
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Clucas <[email protected]>
  • Loading branch information
Joibel committed Oct 10, 2024
1 parent 8100f99 commit b680ee6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/http-hello-world.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@ spec:
continueOn:
failed: true
arguments:
parameters: [{name: url, value: "http://openlibrary.org/people/george08/nofound.json"}]
parameters: [{name: url, value: "https://raw.githubusercontent.com/argoproj/argo-workflows/thisisnotahash/pkg/apis/workflow/v1alpha1/generated.swagger.json"}]

- name: http
inputs:
parameters:
- name: url
http:
# url: http://dummy.restapiexample.com/api/v1/employees
url: "{{inputs.parameters.url}}"

0 comments on commit b680ee6

Please sign in to comment.