Not able to inject a bean using mockbean in spring web flux integration testing
I am trying to write integration test for one of the API in my application which is based on spring webflux. I have integrated an external library which is developed by my organisation and provides support for authentication using JWT tokens.
Custom Validator is defined as