Skip to content

Commit

Permalink
AWS SQS Source Kamelet: Add greedy parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Oct 6, 2022
1 parent 8d5d929 commit edf50da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void testGetKamelets() throws Exception {
@Test
void testGetKameletsDefinition() throws Exception {
JSONSchemaProps props = catalog.getKameletDefinition("aws-sqs-source");
assertEquals(13, props.getProperties().keySet().size());
assertEquals(14, props.getProperties().keySet().size());
assertTrue(props.getProperties().keySet().contains("queueNameOrArn"));
}

Expand Down

0 comments on commit edf50da

Please sign in to comment.