Explorar el Código

Update CoreApplicationTests.java

370774330@qq.com hace 5 años
padre
commit
ce2332e301

+ 1 - 1
core/src/test/java/seecoder/devcloud/core/CoreApplicationTests.java

@@ -213,7 +213,7 @@ class CoreApplicationTests {
     private void mockContext(){
     private void mockContext(){
         this.context = Context.builder()
         this.context = Context.builder()
                 .namespace("g")
                 .namespace("g")
-                .projectName("p")
+                .deployName("p")
                 .templateName("SPRINGBOOT-JAVA8")
                 .templateName("SPRINGBOOT-JAVA8")
                 .pipelineId(1)
                 .pipelineId(1)
                 .applicationProperties(properties)
                 .applicationProperties(properties)