Explorar o código

Fixed failing go tests

utkarshcmu %!s(int64=8) %!d(string=hai) anos
pai
achega
da47dc8947
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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"
 				}`