Skip to content

Commit

Permalink
Using latest Apache SCIMple server
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Dec 13, 2024
1 parent 2fc9e25 commit aa9a52d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public class SCIMv2ConnectorTests {

@Container
private static final GenericContainer<?> SCIMPLE_SERVER =
new GenericContainer<>("tirasa/scimple-server:1.0.0").withExposedPorts(8080)
new GenericContainer<>("tirasa/scimple-server:latest").withExposedPorts(8080)
.waitingFor(Wait.forLogMessage(".*Started ScimpleSpringBootApplication in.*\\n", 1));

@BeforeAll
Expand Down

0 comments on commit aa9a52d

Please sign in to comment.