Skip to content

Commit 343b2d2

Browse files
committed
Add html extension to html test file
1 parent a1784e5 commit 343b2d2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

components/sbm-recipes-boot-upgrade/src/test/java/org/springframework/sbm/boot/upgrade_24_25/recipes/Boot_24_25_UpgradeReportRecipeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void generateReportTest() throws IOException {
5151
String revision = gitSupport.getLatestCommit(resultDir.toAbsolutePath().toFile()).get().getHash();
5252

5353
String expectedReport =
54-
getContent(new ClassPathResource("/expected-report").getFile().toPath())
54+
getContent(new ClassPathResource("/expected-report.html").getFile().toPath())
5555
.replace("{{REVISION_NUMBER}}", revision);
5656

5757
// verify generated result matches expected report

0 commit comments

Comments
 (0)