File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/test/java/dev/vality/alerting/tg/bot Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5151 <groupId >org.springframework.boot</groupId >
5252 <artifactId >spring-boot-starter-validation</artifactId >
5353 </dependency >
54+ <dependency >
55+ <groupId >org.springframework.cloud</groupId >
56+ <artifactId >spring-cloud-starter-vault-config</artifactId >
57+ </dependency >
5458 <dependency >
5559 <groupId >org.springframework.boot</groupId >
5660 <artifactId >spring-boot-starter-actuator</artifactId >
Original file line number Diff line number Diff line change 2222
2323@ SpringBootTest
2424@ TestPropertySource (properties = {
25+ "spring.cloud.vault.enabled=false" ,
2526 "spring.mvc.pathmatch.matching-strategy=ant_path_matcher" ,
2627 "bot.token=test" ,
2728 "bot.name=vality_alerting_bot" ,
You can’t perform that action at this time.
0 commit comments