From b36232b67ffe8a12f90dbb265d4f578eff7f3657 Mon Sep 17 00:00:00 2001 From: Robin Tang Date: Fri, 4 Oct 2024 08:35:00 -0700 Subject: [PATCH] Update Integration Tests. --- integration_tests/postgres/main.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/integration_tests/postgres/main.go b/integration_tests/postgres/main.go index 633794de..84c701be 100644 --- a/integration_tests/postgres/main.go +++ b/integration_tests/postgres/main.go @@ -305,12 +305,14 @@ const expectedPayloadTemplate = `{ "parameters": null }, { - "type": "string", + "type": "bytes", "optional": false, "default": null, "field": "c_bit5", - "name": "", - "parameters": null + "name": "io.debezium.data.Bits", + "parameters": { + "length": "5" + } }, { "type": "boolean",