You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not entirely sure I understand what the solution is. A workaround would be to use @Requires(property="my-test-prop") and then define it for the test class @Property(name = "my-test-prop"). This works and MyClass would only be available inside this particular test.
However, I still think that environments not working correctly for tests with lambda is an issue, although it is probably not very important.
Issue description
Inspect the following test:
The test should pass since bean injection should be performed successfully. If the runtime is set to lambda:
the test fails.
Reproduced in this branch: https://github.com/andriy-dmytruk/micronaut-function/tree/lambda
The text was updated successfully, but these errors were encountered: