<@U0QKQ7H3R> Yes, you're right, thanks. Fixed by p...
# spring
m
@nfrankel Yes, you're right, thanks. Fixed by pointing main application class in
@ContextConfiguration
. Then rewrite it on
Copy code
@RunWith(SpringRunner::class)
@SpringBootTest
@ActiveProfiles("test")
👍 1