Skip to content

Commit

Permalink
error
Browse files Browse the repository at this point in the history
  • Loading branch information
nakamasato committed Mar 11, 2023
1 parent ddf79c5 commit 8d993a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions e2e/e2e_test.go
Expand Up @@ -141,6 +141,7 @@ var _ = Describe("E2e", func() {
secret := &corev1.Secret{}
Consistently(func() bool {
err := k8sClient.Get(ctx, client.ObjectKey{Namespace: mysqlNamespace, Name: secretName}, secret)
log.Info("secret", "err", err)
return errors.IsNotFound(err)
}, timeout, interval).Should(BeTrue())

Expand Down

0 comments on commit 8d993a5

Please sign in to comment.