Skip to content

Commit

Permalink
leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrinot committed Sep 6, 2024
1 parent 7bb855b commit d15b910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public void testTableTemplateWithKey_schemaless(boolean useHttp) {
}

@ParameterizedTest
@ValueSource(booleans = {true/*, false*/})
@ValueSource(booleans = {true, false})
public void testDeadLetterQueue_wrongJson(boolean useHttp) {
connect.kafka().createTopic(topicName, 1);
Map<String, String> props = ConnectTestUtils.baseConnectorProps(questDBContainer, topicName, useHttp);
Expand Down

0 comments on commit d15b910

Please sign in to comment.