Skip to content

Commit

Permalink
feat(server)!: Sync dispatch of webhook events by default. Fixes argo…
Browse files Browse the repository at this point in the history
…proj#6981 and argoproj#6732

Signed-off-by: Alex Collins <[email protected]>
  • Loading branch information
alexec committed Oct 20, 2021
1 parent b513025 commit 6e349b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/argo_server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ metadata:
POST("/api/v1/events/argo/").
WithBytes([]byte(`{}`)).
Expect().
Status(200)
Status(500)
}).
Then().
ExpectAuditEvents(
Expand Down

0 comments on commit 6e349b9

Please sign in to comment.