Skip to content

Commit 08d4043

Browse files
committed
GH-28: add support for multiple property injection
1 parent f23391c commit 08d4043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: wiremock-spring-boot/src/test/java/com/maciejwalkowiak/wiremock/spring/WireMockConfigurationCustomizerTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ static class AppConfiguration {
6767
private WireMockServer todoService;
6868

6969
@Test
70-
void appliesProperty(@Autowired Environment environment) {
70+
void appliesPropertyInjection(@Autowired Environment environment) {
7171
// TODO: @Maciej is there a programmatic way for accessing the @ConfigureWireMock ?
7272
Stream.of("todo-service.url", "bar-service.url").forEach(property ->
7373
assertThat(environment.getProperty(property)).isEqualTo("http://localhost:" + TODO_SERVICE_PORT));

0 commit comments

Comments
 (0)