Skip to content

Commit

Permalink
fix(test): fix http-template test (#13737)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Clucas <alan@clucas.org>
  • Loading branch information
Joibel authored Oct 10, 2024
1 parent b029103 commit 2735f6b
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 2735f6b

Please sign in to comment.