Fixed the broken build

This commit is contained in:
Marcin Grzejszczak
2019-10-04 10:05:59 +02:00
parent 1c76f218da
commit 8d503ae3e1

View File

@@ -45,10 +45,10 @@ public class LoanApplicationServiceTests {
@Autowired
private LoanApplicationService service;
@Value("classpath:META-INF/com.example/http-server-webclient/0.0.1-SNAPSHOT/mappings/markClientAsFraud.json")
@Value("classpath:META-INF/com.example/http-server-webclient/0.0.1/mappings/markClientAsFraud.json")
private Resource markClientAsFraud;
@Value("classpath:META-INF/com.example/http-server-webclient/0.0.1-SNAPSHOT/mappings/markClientAsNotFraud.json")
@Value("classpath:META-INF/com.example/http-server-webclient/0.0.1/mappings/markClientAsNotFraud.json")
private Resource markClientAsNotFraud;
@Autowired