devikaachu
Results
1
comments of
devikaachu
uncommenting the @Import(TestConfig.class) annotation on the top-level test class will work around the issue. Additionally, you could consider refactoring your test code to avoid the use of nested @TestConfiguration classes,...