Fixed failing go tests

This commit is contained in:
utkarshcmu 2017-10-09 18:56:05 -07:00
parent a562dc7c2b
commit da47dc8947

View File

@ -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"
}`