File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -621,8 +621,8 @@ cruise.control.metrics.reporter.bootstrap.servers=kafka-all-broker.kafka.svc.clu
621621cruise.control.metrics.reporter.kubernetes.mode=true
622622listener.security.protocol.map=INTERNAL:PLAINTEXT
623623listeners=INTERNAL://:9092
624- zookeeper.connect=example.zk:2181/
625- security.inter.broker.protocol=SASL_SSL ` ,
624+ security.inter.broker.protocol=SASL_SSL
625+ zookeeper.connect=example.zk:2181/ ` ,
626626 },
627627 }
628628
@@ -634,6 +634,7 @@ security.inter.broker.protocol=SASL_SSL`,
634634
635635 t .Run (test .testName , func (t * testing.T ) {
636636 mockClient := mocks .NewMockClient (mockCtrl )
637+ mockClient .EXPECT ().Get (gomock .Any (), gomock .Any (), gomock .Any ()).Return (nil ).AnyTimes ()
637638 r := Reconciler {
638639 Reconciler : resources.Reconciler {
639640 Client : mockClient ,
You can’t perform that action at this time.
0 commit comments