parent
9bd723ddad
commit
e907ae605d
|
@ -91,7 +91,7 @@ public class ApplicationContextServerWebExchangeMatcherTests {
|
||||||
MockServerWebExchange exchange = MockServerWebExchange
|
MockServerWebExchange exchange = MockServerWebExchange
|
||||||
.from(MockServerHttpRequest.get("/path").build());
|
.from(MockServerHttpRequest.get("/path").build());
|
||||||
this.thrown.expect(IllegalStateException.class);
|
this.thrown.expect(IllegalStateException.class);
|
||||||
this.thrown.expectMessage("No WebApplicationContext found.");
|
this.thrown.expectMessage("No ApplicationContext found.");
|
||||||
new TestApplicationContextServerWebExchangeMatcher<>(ExistingBean.class)
|
new TestApplicationContextServerWebExchangeMatcher<>(ExistingBean.class)
|
||||||
.callMatchesAndReturnProvidedContext(exchange);
|
.callMatchesAndReturnProvidedContext(exchange);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue