Skip to content

Commit

Permalink
[Mysql] Extract mysql docker image in test
Browse files Browse the repository at this point in the history
  • Loading branch information
swarajsaaj committed Dec 14, 2021
1 parent a2488c8 commit 4094acc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ void shouldInit() {
assertFileContent(
project,
getPath(TEST_RESOURCES, "config/application.properties"),
List.of("spring.datasource.url=jdbc:tc:mysql:8.0.27:///jhipster", "spring.datasource.username=jhipster")
List.of("spring.datasource.url=jdbc:tc:" + MySQL.getDockerImageName() + ":///jhipster", "spring.datasource.username=jhipster")
);
}

Expand Down

0 comments on commit 4094acc

Please sign in to comment.