Skip to content

Commit

Permalink
Remove key for pydantic v1
Browse files Browse the repository at this point in the history
  • Loading branch information
desertaxle committed Jul 29, 2024
1 parent c13c172 commit c9e7233
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_flows.py
Original file line number Diff line number Diff line change
Expand Up @@ -4178,7 +4178,6 @@ def flow_function(name: str) -> str:

assert result is not None
assert parameter_schema(result).dict() == {
"definitions": {},
"properties": {"name": {"position": 0, "title": "name", "type": "string"}},
"required": ["name"],
"title": "Parameters",
Expand Down

0 comments on commit c9e7233

Please sign in to comment.