Skip to content

Commit

Permalink
Improve aws-s3-to-http.feature
Browse files Browse the repository at this point in the history
Properly waiting for Camel routes to startup before triggering S3 file on bucket
  • Loading branch information
christophd committed Sep 6, 2023
1 parent 1ca2302 commit 7b5a312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/aws-s3/aws-s3-to-http.feature
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Feature: AWS S3 Kamelet - Http sink
When load KameletBinding aws-s3-to-http.yaml
And KameletBinding aws-s3-to-http is available
And Camel K integration aws-s3-to-http is running
Then Camel K integration aws-s3-to-http should print Started aws-s3-to-http
Then Camel K integration aws-s3-to-http should print (aws-s3-to-http) started
# Verify Kamelet source
Given Camel exchange message header CamelAwsS3Key="${aws.s3.key}"
Given send Camel exchange to("aws2-s3://${aws.s3.bucketNameOrArn}?amazonS3Client=#amazonS3Client") with body: ${aws.s3.message}
Expand Down

0 comments on commit 7b5a312

Please sign in to comment.