Sfoglia il codice sorgente

修改demo变量名

yjp 1 anno fa
parent
commit
01fa416c20
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {