Doc for schema server REST endpoint /schema/format

Resolves #828
This commit is contained in:
Ilayaperumal Gopinathan
2017-02-23 12:07:51 +05:30
parent 1558bdf540
commit 6d53625acd
2 changed files with 13 additions and 1 deletions

View File

@@ -248,7 +248,7 @@ public class SchemaRegistryServerAvroTests {
}
@Test
public void testFindSchemaBySubject() throws Exception {
public void testFindSchemasBySubjectAndVersion() throws Exception {
Schema v1 = new Schema();
v1.setFormat("avro");
v1.setSubject("test");