We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b15bd2c commit 0765d2cCopy full SHA for 0765d2c
test/unittests/common_query/test_common_query.py
@@ -94,12 +94,13 @@ def test_common_query_events(self):
94
'lang': 'en-us'},
95
'context': skill_ans_ctxt},
96
# skill callback event (after response is sent to Audio service)
97
+ # the destination here is `skills`
98
{'type': 'question:action',
99
'data': {'skill_id': 'wiki.test',
100
'phrase': 'what is the speed of light',
101
'callback_data': {'query': 'what is the speed of light',
102
'answer': 'answer 1'}},
- 'context': skill_ans_ctxt}
103
+ 'context': skill_ctxt}
104
]
105
106
for ctr, msg in enumerate(expected):
0 commit comments