Skip to content

Commit

Permalink
Bulk Load CDK: Tests verifying that we resend all additionalProperties (
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny-schmidt authored Nov 7, 2024
1 parent 93af918 commit d8f07c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class DestinationMessageTest {
)
// Note: only source stats, no destination stats
.withSourceStats(AirbyteStateStats().withRecordCount(2.0))
.withAdditionalProperty("sneaky_undocumented_id", 1234L)
)

val parsedMessage =
Expand Down Expand Up @@ -111,6 +112,7 @@ class DestinationMessageTest {
)
// Note: only source stats, no destination stats
.withSourceStats(AirbyteStateStats().withRecordCount(2.0))
.withAdditionalProperty("sneaky_undocumented_id", 1234L)
)

val parsedMessage =
Expand Down

0 comments on commit d8f07c8

Please sign in to comment.