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