Skip to content
Snippets Groups Projects
Unverified Commit 2537ce4f authored by Siraj R Aizlewood's avatar Siraj R Aizlewood
Browse files

Fixed pytest.

parent e9bdffbd
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ def routes_3():
def dynamic_routes():
return [
Route(
name="Route 1", utterances=["Hello", "Hi"], function_schemas={"name": "test"}
name="Route 1", utterances=["Hello", "Hi"], function_schemas=[{"name": "test"}]
),
Route(
name="Route 2",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment