From 461a44b77f513cbff7795882aa14d393e54e0c3e Mon Sep 17 00:00:00 2001 From: Sonali Goel <112942761+goelsonali@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:11:22 +0000 Subject: [PATCH] Fixed failed tests --- .../integrationtests/EventControllerIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;