Skip to content

Commit

Permalink
Fix several test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
boma96 committed Apr 3, 2024
1 parent 1109229 commit f60b7df
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"case_value_param": "${workflow.input.operation}"
},
"type": "DECISION",
"caseExpression": "case_value_param",
"caseValueParam": "case_value_param",
"decisionCases": {
"upper": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"case_value_param": "${workflow.input.should_send_notification}"
},
"type": "DECISION",
"caseExpression": "case_value_param",
"caseValueParam": "case_value_param",
"decisionCases": {
"YES": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"case_value_param": "${workflow.input.should_send_notification}"
},
"type": "DECISION",
"caseExpression": "case_value_param",
"caseValueParam": "case_value_param",
"decisionCases": {
"YES": [
{
Expand All @@ -19,7 +19,7 @@
"case_value_param": "${workflow.input.should_send_notification}"
},
"type": "DECISION",
"caseExpression": "case_value_param",
"caseValueParam": "case_value_param",
"decisionCases": {
"YES": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"case_value_param": "test"
},
"type": "DECISION",
"caseExpression": "case_value_param",
"caseValueParam": "case_value_param",
"decisionCases": {
"test": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"case_value_param": "value"
},
"type": "DECISION",
"caseExpression": "case_value_param",
"caseValueParam": "case_value_param",
"decisionCases": {
"value": [
{
Expand Down

0 comments on commit f60b7df

Please sign in to comment.