Parcourir la source

修改demo变量名

yjp il y a 1 an
Parent
commit
01fa416c20
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 {