Web env none in tests where not needed (#1871)

Signed-off-by: Marinov Avgustin <Avgustin.Marinov@bosch.com>
This commit is contained in:
Avgustin Marinov
2024-10-04 16:51:10 +03:00
committed by GitHub
parent 384ef99386
commit 8d78cea9d2
6 changed files with 24 additions and 20 deletions

View File

@@ -50,7 +50,7 @@ import io.qameta.allure.Story;
@Feature("Component Tests - Repository")
@Story("Entity Events")
@SpringBootTest(classes = { RepositoryTestConfiguration.class })
@SpringBootTest(classes = { RepositoryTestConfiguration.class }, webEnvironment = SpringBootTest.WebEnvironment.NONE)
public class RepositoryEntityEventTest extends AbstractJpaIntegrationTest {
@Autowired