Skip to content
Snippets Groups Projects
Commit dd27301b authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4814 Modified MongoConfigServerITCase to to avoid connecting to database

parent f7d9e465
Branches
Tags
No related merge requests found
...@@ -9,10 +9,10 @@ import org.springframework.beans.factory.annotation.Autowired; ...@@ -9,10 +9,10 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc; import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc;
import org.springframework.test.web.servlet.MockMvc; import org.springframework.test.web.servlet.MockMvc;
import de.ozgcloud.common.test.ITCase; import de.ozgcloud.common.test.DataITCase;
import lombok.SneakyThrows; import lombok.SneakyThrows;
@ITCase @DataITCase
@AutoConfigureMockMvc @AutoConfigureMockMvc
class MongoConfigServerITCase { class MongoConfigServerITCase {
@Autowired @Autowired
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment