Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
IT to validate npe with Model configured in binding-kafka
  • Loading branch information
ankitk-me committed Apr 13, 2024
commit 209a1ab7fa8f907e25624974efa624e1ac3b896c
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,16 @@ public void shouldProduceMergedMessageValuesNull() throws Exception
k3po.finish();
}

@Test
@Configuration("cache.client.options.validate.yaml")
@Specification({
"${app}/merged.produce.message.values.null/client",
"${app}/unmerged.produce.message.values.null/server"})
public void shouldProduceMergedMessageValuesNullWithModel() throws Exception
{
k3po.finish();
}

@Test
@Configuration("cache.options.merged.yaml")
@Specification({
Expand Down