Skip to content

Commit 909112b

Browse files
committed
fix(zeebe): fix existing tests
1 parent 6c9aeca commit 909112b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/zeebe-element-templates-json-schema/test/fixtures/invalid-zeebe-input-type.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export const template = {
1616
{
1717
'label': 'bar',
1818
'type': 'Boolean',
19+
'feel': 'static',
1920
'binding': {
2021
'type': 'zeebe:input',
2122
'name': 'bar'
@@ -24,6 +25,7 @@ export const template = {
2425
{
2526
'label': 'baz',
2627
'type': 'Number',
28+
'feel': 'static',
2729
'binding': {
2830
'type': 'zeebe:input',
2931
'name': 'baz'

packages/zeebe-element-templates-json-schema/test/fixtures/invalid-zeebe-output-type.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const template = {
2424
{
2525
'label': 'bar',
2626
'type': 'Boolean',
27+
'feel': 'static',
2728
'binding': {
2829
'type': 'zeebe:output',
2930
'source': 'bar'

0 commit comments

Comments
 (0)