Skip to content

Commit

Permalink
fix: E2E test AWS Kinesis
Browse files Browse the repository at this point in the history
  • Loading branch information
christophd committed Apr 5, 2024
1 parent 5da2aa3 commit 41c50e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/aws-kinesis/amazonKinesisClient.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import software.amazon.awssdk.services.kinesis.KinesisClient

KinesisClient kinesisClient = KinesisClient
.builder()
.endpointOverride(URI.create("${YAKS_TESTCONTAINERS_LOCALSTACK_KINESIS_URL}"))
.endpointOverride(URI.create("${YAKS_TESTCONTAINERS_LOCALSTACK_SERVICE_URL}"))
.credentialsProvider(StaticCredentialsProvider.create(
AwsBasicCredentials.create(
"${YAKS_TESTCONTAINERS_LOCALSTACK_ACCESS_KEY}",
Expand Down

0 comments on commit 41c50e4

Please sign in to comment.