Skip to content

Commit

Permalink
fix: use option
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
  • Loading branch information
vsukhin committed Nov 29, 2024
1 parent bcda47f commit 97b5bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/agent/testworkflows.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func (ag *Agent) executeWorkflowServiceNotificationsRequest(ctx context.Context,
retry.RetryIf(func(err error) bool {
return errors.Is(err, registry.ErrResourceNotFound)
}),
retry.Attempts(0),
retry.UntilSucceeded(),
)

if err != nil {
Expand Down

0 comments on commit 97b5bd3

Please sign in to comment.