parent
63bdc428b9
commit
ff3f356fcd
@ -1,3 +1,5 @@
|
|||||||
spring:
|
spring:
|
||||||
codec:
|
codec:
|
||||||
max-in-memory-size: 500KB
|
max-in-memory-size: 500KB
|
||||||
|
|
||||||
|
host: http://localhost:${server.port}
|
||||||
|
@ -12,7 +12,7 @@ import org.springframework.web.reactive.function.BodyInserters;
|
|||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
|
||||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT, properties = "server.port=60291")
|
||||||
class SpringReactiveExceptionsApplicationIntegrationTest {
|
class SpringReactiveExceptionsApplicationIntegrationTest {
|
||||||
@Autowired
|
@Autowired
|
||||||
private WebTestClient webTestClient;
|
private WebTestClient webTestClient;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user