mirror of
https://gitee.com/dcren/initializr.git
synced 2026-09-19 22:37:40 +08:00
Fix test
This commit is contained in:
+1
-1
@@ -41,7 +41,7 @@ public class SpringSecurityTestRequestPostProcessorTests
|
|||||||
@Test
|
@Test
|
||||||
public void securityTestIsAddedWithSecurityReactive() {
|
public void securityTestIsAddedWithSecurityReactive() {
|
||||||
ProjectRequest request = createProjectRequest("security-reactive");
|
ProjectRequest request = createProjectRequest("security-reactive");
|
||||||
request.setBootVersion("2.0.0.BUILD-SNAPSHOT");
|
request.setBootVersion("2.0.0.M5");
|
||||||
generateMavenPom(request)
|
generateMavenPom(request)
|
||||||
.hasSpringBootStarterDependency("security-reactive")
|
.hasSpringBootStarterDependency("security-reactive")
|
||||||
.hasSpringBootStarterTest()
|
.hasSpringBootStarterTest()
|
||||||
|
|||||||
Reference in New Issue
Block a user