diff --git a/src/test/java/com/wcc/platform/integrationtests/EventControllerIntegrationTest.java b/src/test/java/com/wcc/platform/integrationtests/EventControllerIntegrationTest.java index e83b2bde..67bbc949 100644 --- a/src/test/java/com/wcc/platform/integrationtests/EventControllerIntegrationTest.java +++ b/src/test/java/com/wcc/platform/integrationtests/EventControllerIntegrationTest.java @@ -18,7 +18,7 @@ import org.springframework.http.HttpStatus; @SpringBootTest(webEnvironment = WebEnvironment.RANDOM_PORT) -public class EventControllerIntegrationTest { +public class EventControllerIntegrationTest extends SurrealDbIntegrationTest { @Autowired private EventController eventController;