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 <alan@clucas.org>
  • Loading branch information
Joibel authored Sep 19, 2024
1 parent 53e5461 commit 9af4554
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 @@ -851,7 +851,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 9af4554

Please sign in to comment.