Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
sauterp committed Mar 8, 2024
1 parent f831fdd commit e3de806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/integ/cluster/teardown.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func (c *Cluster) awaitID(op *exov3.Operation, err error) (exov3.UUID, error) {
return finishedOP.Reference.ID, nil
}

return nil, nil
return "", nil
}

func (c *Cluster) awaitSuccess(op *exov3.Operation, err error) error {
Expand Down

0 comments on commit e3de806

Please sign in to comment.