Truncate notification table on test finish

This commit is contained in:
ViacheslavKlimov 2025-05-02 13:02:21 +03:00
parent 03845450ef
commit 09e334660f

View File

@ -282,6 +282,7 @@ public abstract class AbstractWebTest extends AbstractInMemoryStorageTest {
@Autowired @Autowired
protected InMemoryStorage storage; protected InMemoryStorage storage;
@Autowired
protected JdbcTemplate jdbcTemplate; protected JdbcTemplate jdbcTemplate;
@MockBean @MockBean