gotoOla
03/10/2021, 12:27 PMval reactorContext = coroutineContext[ReactorContext.Key]!!.context.asCoroutineContext()
but if I try to write a unit-test for this I fail with a nullpointerException since I guess the coroutineContext[ReactorContext.Key] is populated from the context given by spring/the controller layer? ?gotoOla
03/10/2021, 12:30 PMSaharath Kleips
03/10/2021, 5:51 PMrunBlocking(context = myMockContext) { ... }