Spring boot with WebFlux always throw 403 status in tests
问题 Great thx for viewing my question) I have some strange subject: my spring boot tests don't work. They start successfully but always throwing 403 HTTP status when making the requests to any controller I have some project with next dependencies: buildscript { ext.kotlin_version = '1.3.71' dependencies { classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71" classpath "org.springframework.boot:spring-boot-gradle-plugin:2.2.1.RELEASE" classpath "com.google.cloud.tools.jib:com.google.cloud