Skip to content

Commit 1485edd

Browse files
committed
Test update schema definition
1 parent edcfc6e commit 1485edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integrationTest/java/com/mongodb/kafka/connect/source/MongoSourceTaskIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ void testDeadletterQueueHandling() {
463463
put(
464464
MongoSourceConfig.OUTPUT_SCHEMA_VALUE_CONFIG,
465465
"{\"type\" : \"record\", \"name\" : \"fullDocument\","
466-
+ "\"fields\" : [{\"name\": \"value\", \"type\": "
466+
+ "\"fields\" : [{\"name\": \"_id\", \"type\": "
467467
+ "{\"type\" : \"array\", \"items\" : \"int\"}}]}");
468468
}
469469
};

0 commit comments

Comments
 (0)