bancolombia/scaffold-clean-architecture

[BUG] Architecture test fails in the restconsumer

cburgosro9303 opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
when you create a rest consumer and run the architecture test it fails because the fields injected with the @value are not final. you could solve this by passing the @value in the constructor.

image image

Solution:

image