Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
Signed-off-by: see-quick <maros.orsak159@gmail.com>
  • Loading branch information
see-quick committed Oct 29, 2024
1 parent 79b8869 commit ba958f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ void testOAuthOverPlain() {
final String oauthClientId = "kafka";
final String oauthClientSecret = "kafka-secret";

this.systemUnderTest = new StrimziKafkaContainer("localhost/strimzi/test-container:latest-kafka-3.8.0-arm64")
this.systemUnderTest = new StrimziKafkaContainer()
.withOAuthConfig(
realmName,
oauthClientId,
Expand Down Expand Up @@ -146,7 +146,7 @@ void testOAuthBearerAuthentication() {
final String oauthClientId = "kafka-broker";
final String oauthClientSecret = "kafka-broker-secret";

this.systemUnderTest = new StrimziKafkaContainer("localhost/strimzi/test-container:latest-kafka-3.8.0-arm64")
this.systemUnderTest = new StrimziKafkaContainer()
.withOAuthConfig(
realmName,
oauthClientId,
Expand Down

0 comments on commit ba958f5

Please sign in to comment.