Skip to content

Commit

Permalink
Fix linting issue in hyperdrive resource tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlemilio committed Sep 17, 2024
1 parent 9e7adcf commit 97f657f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func init() {
if q.ID == "d08bc4a1c3c140aa95e4ceec535f832e" {
continue
}

err := client.DeleteHyperdriveConfig(ctx, cfv1.AccountIdentifier(accountID), q.ID)
if err != nil {
return err
Expand Down

0 comments on commit 97f657f

Please sign in to comment.