Explorar el Código

修改demo变量名

yjp hace 1 año
padre
commit
01fa416c20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/approve_former_test.go

+ 1 - 1
test/approve_former_test.go

@@ -83,7 +83,7 @@ func TestUseApproveFormer(t *testing.T) {
 		Namespace:    namespace,
 		TemplateName: flowName,
 		Parameters: []string{
-			`data={"name": "yjp", "age": 37}`,
+			`object={"name": "yjp", "age": 37}`,
 		},
 	})
 	if err != nil {