Skip to content

Commit

Permalink
Update Integration Tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tang8330 committed Oct 4, 2024
1 parent 4b82243 commit b36232b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions integration_tests/postgres/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b36232b

Please sign in to comment.