Skip to content

Commit 6d68adb

Browse files
committed
Replace absolute path with placeholder
1 parent 03f28cd commit 6d68adb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/sbm-recipes-boot-upgrade/src/test/java/org/springframework/sbm/boot/upgrade_27_30/report/helper/BannerSupportReportSectionTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ public void rendersBannerSupportInformation() {
5656
===== Remove image banner
5757
Remove these image banners\s
5858
59-
* `/Users/fkrueger/projects/spring-boot-migrator/components/sbm-recipes-boot-upgrade/target/dummy-test-path/src/main/resources/banner.gif`
60-
* `/Users/fkrueger/projects/spring-boot-migrator/components/sbm-recipes-boot-upgrade/target/dummy-test-path/src/main/resources/banner.jpg`
59+
* `<PATH>/src/main/resources/banner.gif`
60+
* `<PATH>/src/main/resources/banner.jpg`
6161
6262
6363
@@ -68,8 +68,8 @@ public void rendersBannerSupportInformation() {
6868
===== Replace image banner
6969
Replace these banners\s
7070
71-
* `/Users/fkrueger/projects/spring-boot-migrator/components/sbm-recipes-boot-upgrade/target/dummy-test-path/src/main/resources/banner.gif`
72-
* `/Users/fkrueger/projects/spring-boot-migrator/components/sbm-recipes-boot-upgrade/target/dummy-test-path/src/main/resources/banner.jpg`
71+
* `<PATH>/src/main/resources/banner.gif`
72+
* `<PATH>/src/main/resources/banner.jpg`
7373
7474
with `banner.txt`
7575

0 commit comments

Comments
 (0)