fixed typo

This commit is contained in:
dcore94 2021-03-24 12:58:07 +01:00
parent 4c7dab8913
commit 3399483ac5
1 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@
"Content-Type" : "application/json",
"Accept" : "application/json"
},
"expect" : [201, 409],
"body" : {
"name":"${workflow.input.role.name}_policy",
"description" : "Policy for having ${workflow.input.role.name} role",
@ -70,7 +71,7 @@
"p": "${add_policy.output.body}",
"scriptExpression": "Java.to([$.p],'java.util.Map[]')"
}
},
}
],
[
{