Skip to content

Commit

Permalink
Update controllers/mysqlcluster_controller_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
masa213f authored Sep 18, 2024
1 parent d3d7c5e commit 7b3d5a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions controllers/mysqlcluster_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -498,11 +498,6 @@ var _ = Describe("MySQLCluster reconciler", func() {
return nil
}).Should(Succeed())

cms := &corev1.ConfigMapList{}
if err := k8sClient.List(ctx, cms, client.InNamespace("test")); err != nil {
panic(err)
}

Expect(cm.Data["my.cnf"]).To(ContainSubstring("foo = baz"))
})

Expand Down

0 comments on commit 7b3d5a2

Please sign in to comment.