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

Fixed pytest.

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