Remove default spring.mongodb.embedded.version
See gh-27108
This commit is contained in:
@@ -32,7 +32,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
* @author Andy Wilkinson
|
||||
*/
|
||||
@ExtendWith(OutputCaptureExtension.class)
|
||||
@SpringBootTest
|
||||
@SpringBootTest(properties = "spring.mongodb.embedded.version=3.5.5")
|
||||
class SampleMongoApplicationTests {
|
||||
|
||||
@Test
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
spring.security.user.name=user
|
||||
spring.security.user.password=password
|
||||
spring.mongodb.embedded.version=3.5.5
|
||||
|
||||
Reference in New Issue
Block a user