diff --git a/pom.xml b/pom.xml index df45b74..166346c 100644 --- a/pom.xml +++ b/pom.xml @@ -19,8 +19,6 @@ 17 - 17 - 17 UTF-8 diff --git a/src/test/java/com/label/LabelBackendApplicationTests.java b/src/test/java/com/label/LabelBackendApplicationTests.java index f802f44..f83f216 100644 --- a/src/test/java/com/label/LabelBackendApplicationTests.java +++ b/src/test/java/com/label/LabelBackendApplicationTests.java @@ -2,6 +2,6 @@ package com.label; import org.springframework.boot.test.context.SpringBootTest; -@SpringBootTest +@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.NONE) class LabelBackendApplicationTests { } diff --git a/src/test/resources/.gitkeep b/src/test/resources/.gitkeep new file mode 100644 index 0000000..e69de29