Przeglądaj źródła

Fixed failing go tests

utkarshcmu 8 lat temu
rodzic
commit
da47dc8947
1 zmienionych plików z 1 dodań i 1 usunięć
  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() {
 			Convey("settings should send an event to kafka", func() {
 				json := `
 				json := `
 				{
 				{
-					"kafkaEndpoint": "http://localhost:8082",
+					"kafkaRestProxy": "http://localhost:8082",
 					"kafkaTopic": "topic1"
 					"kafkaTopic": "topic1"
 				}`
 				}`