Skip to content

Commit

Permalink
Remove rogue comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jamie Briggs <[email protected]>
  • Loading branch information
JamieBriggs-MoJ committed Jan 17, 2025
1 parent 40949d9 commit 127e40c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ public interface IntegrationTestInterface {
@DynamicPropertySource
static void properties(DynamicPropertyRegistry registry) {
OracleContainer oracleContainer = oracleContainerSingleton.getOracleContainer();
// Use service name
registry.add("spring.datasource.url", oracleContainer::getJdbcUrl);
registry.add("spring.datasource.username", oracleContainer::getUsername);
registry.add("spring.datasource.password", oracleContainer::getPassword);
Expand Down

0 comments on commit 127e40c

Please sign in to comment.