Explorar o código

fix renamed variable after merging latest master

Diego Alvarez %!s(int64=5) %!d(string=hai) anos
pai
achega
899e856c5e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      functional_producer_test.go

+ 1 - 1
functional_producer_test.go

@@ -194,7 +194,7 @@ func TestInterceptors(t *testing.T) {
 	config.Producer.Interceptors = []ProducerInterceptor{&appendInterceptor{i: 0}, &appendInterceptor{i: 100}}
 	config.Consumer.Interceptors = []ConsumerInterceptor{&appendInterceptor{i: 20}}
 
-	client, err := NewClient(kafkaBrokers, config)
+	client, err := NewClient(FunctionalTestEnv.KafkaBrokerAddrs, config)
 	if err != nil {
 		t.Fatal(err)
 	}