Skip to content

Commit 7b77f7d

Browse files
fix port value from serviceName to servicePortName
1 parent ddc438c commit 7b77f7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/controller/mysqluser/mysqluser_controller_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -538,6 +538,8 @@ var _ = Describe("MySQL user controller", func() {
538538
})
539539

540540
It("doesn't remove the user finalizer and it tries to reconcile again", func() {
541+
fakeSQL.AllowExtraCalls()
542+
541543
expectedQueryRunnerCall := func(query string, args ...interface{}) error {
542544
Expect(query).To(Equal("DROP USER IF EXISTS ?@?;"))
543545

0 commit comments

Comments
 (0)