go-kafka-avro icon indicating copy to clipboard operation
go-kafka-avro copied to clipboard

Fix failing test for avro producer

Open claudio-benfatto opened this issue 4 years ago • 1 comments

This PR fixes the failing test for the Avro producer:

--- FAIL: TestAvroProducer_Add (0.00s)
    avroProducer_test.go:17: Error adding msg: unexpected end of JSON input
    sync_producer.go:115: Expected to exhaust all expectations, but 1 are left.

due to not matching request url with the POST switch case of the createSchemaRegistryTestObject switch

claudio-benfatto avatar May 09 '20 10:05 claudio-benfatto