Skip to content

Commit

Permalink
aws-* kamelets: expose delay parameter where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed May 6, 2022
1 parent f5463e3 commit dcbccfb
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(12, props.getProperties().keySet().size());
assertEquals(13, props.getProperties().keySet().size());
assertTrue(props.getProperties().keySet().contains("queueNameOrArn"));
}

Expand Down

0 comments on commit dcbccfb

Please sign in to comment.