Remove default spring.mongodb.embedded.version

See gh-27108
This commit is contained in:
bono007
2021-07-13 10:13:54 +01:00
committed by Andy Wilkinson
parent 870c64f849
commit d16ecab24b
8 changed files with 46 additions and 25 deletions
@@ -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