Skip to content

Commit

Permalink
Camel-Kamelets-Catalog: Fixed SQS Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oscerd committed Sep 17, 2021
1 parent 5725721 commit 1f19e3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void testGetKamelets() throws Exception {
@Test
void testGetKameletsDefinition() throws Exception {
JSONSchemaProps props = catalog.getKameletDefinition("aws-sqs-source");
assertEquals(6, props.getProperties().keySet().size());
assertEquals(8, props.getProperties().keySet().size());
assertTrue(props.getProperties().keySet().contains("queueNameOrArn"));
}

Expand Down

0 comments on commit 1f19e3a

Please sign in to comment.