kpentchev

Results 2 comments of kpentchev

Curiously, the following statement works just fine: ``` ```

Had the same problem. Since the affected test was not really doing any mocking, I changed the instantiation of the variable to: ``` private var security = ServerHttpSecurity.http() ```