Fixed the build? :|

This commit is contained in:
Marcin Grzejszczak
2019-10-07 15:36:25 +02:00
parent 2a40e5fb60
commit 33a7b476eb
2 changed files with 3 additions and 3 deletions

View File

@@ -34,13 +34,13 @@ import static org.assertj.core.api.Assertions.assertThat;
@RunWith(SpringRunner.class)
@SpringBootTest
@AutoConfigureStubRunner(ids = "com.example:http-server-webclient-gradle")
@AutoConfigureStubRunner(ids = "com.example:http-server-webclient")
public class LoanApplicationServiceusingStubRunnerGradleTests {
@Autowired
LoanApplicationService service;
@Value("${stubrunner.runningstubs.http-server-webclient-gradle.port}")
@Value("${stubrunner.runningstubs.http-server-webclient.port}")
int port;
@Before

View File

@@ -1,2 +1,2 @@
stubrunner:
stubs.ids: 'com.example:http-server-webclient-gradle'
stubs.ids: 'com.example:http-server-webclient'