io.micronaut.context.exceptions.DependencyInjectionException: Failed to inject value for parameter [enabled] of class:.DatahubHttpClient
I have an issue when i run micronaut test. i got stuck with this kind of error:
No bean introspection available for type [class java.util.ArrayList] Micronaut app
I try make micronaut application. When i try make a request to getMovie() without adding view, all works, but when i add view i have error like in a title. All codes below.