diff --git a/src/test/java/mjuphotolab/photolabbe/PhotoLabBeApplicationTests.java b/src/test/java/mjuphotolab/photolabbe/PhotoLabBeApplicationTests.java index 54a95a1..98df1c9 100644 --- a/src/test/java/mjuphotolab/photolabbe/PhotoLabBeApplicationTests.java +++ b/src/test/java/mjuphotolab/photolabbe/PhotoLabBeApplicationTests.java @@ -4,7 +4,7 @@ import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.ContextConfiguration; -@SpringBootTest +// @SpringBootTest @ContextConfiguration(classes = PhotoLabBeApplication.class) class PhotoLabBeApplicationTests {