Skip to content

Commit

Permalink
test: fix HttpHandler test (#13624)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Clucas <[email protected]>
  • Loading branch information
Joibel committed Sep 20, 2024
1 parent dced345 commit 150a1ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/hooks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,7 @@ spec:
template: http
- name: http
http:
url: http://dummy.restapiexample.com/api/v1/employees
url: http://httpbin:9100/get
`).When().
SubmitWorkflow().
WaitForWorkflow(fixtures.ToBeCompleted).
Expand Down

0 comments on commit 150a1ab

Please sign in to comment.