Skip to content

Commit

Permalink
forgot to fmt 1
Browse files Browse the repository at this point in the history
Signed-off-by: michael pechner <[email protected]>
  • Loading branch information
mpechner-akasa committed Jan 18, 2025
1 parent ff4e466 commit 89335bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ func deleteAWSSecret(t *testing.T) error {
ctx, cancel := context.WithTimeout(context.Background(), 300*time.Second)
defer cancel()

err = wait.PollUntilContextTimeout(ctx, 2*time.Second, 300*time.Second, true, func(ctx context.Context) (done bool, err error) {
err = wait.PollUntilContextTimeout(ctx, 2*time.Second, 300*time.Second, true, func(ctx context.Context) (done bool, err error) {
_, err = client.DescribeSecret(ctx, &secretsmanager.DescribeSecretInput{
SecretId: &secretManagerSecretName,
})
Expand Down

0 comments on commit 89335bb

Please sign in to comment.