mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed failing go tests
This commit is contained in:
parent
a562dc7c2b
commit
da47dc8947
@ -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"
|
||||||
}`
|
}`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user