Skip to content

Commit b5a3d1b

Browse files
committed
fix(python): update flow complete test, input with defaults are now required
1 parent 5927b51 commit b5a3d1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/python-sdk/testApis/test_flows_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_create_complete_flow(self) -> None:
8484
inputs:
8585
- id: user
8686
type: STRING
87-
required: false
87+
required: true
8888
defaults: Kestrel
8989
description: This is an optional input — if not set at runtime, it will use the default value Kestrel
9090

0 commit comments

Comments
 (0)