فهرست منبع

Fixed failing go tests

utkarshcmu 8 سال پیش
والد
کامیت
da47dc8947
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pkg/services/alerting/notifiers/kafka_test.go

+ 1 - 1
pkg/services/alerting/notifiers/kafka_test.go

@@ -29,7 +29,7 @@ func TestKafkaNotifier(t *testing.T) {
 			Convey("settings should send an event to kafka", func() {
 				json := `
 				{
-					"kafkaEndpoint": "http://localhost:8082",
+					"kafkaRestProxy": "http://localhost:8082",
 					"kafkaTopic": "topic1"
 				}`