parent
63bdc428b9
commit
ff3f356fcd
@ -1,3 +1,5 @@
|
||||
spring:
|
||||
codec:
|
||||
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;
|
||||
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.DEFINED_PORT, properties = "server.port=60291")
|
||||
class SpringReactiveExceptionsApplicationIntegrationTest {
|
||||
@Autowired
|
||||
private WebTestClient webTestClient;
|
||||
|
Loading…
x
Reference in New Issue
Block a user