We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0d32d commit a18080eCopy full SHA for a18080e
1 file changed
tests/test_convai.py
@@ -194,5 +194,5 @@ def test_conversation_with_contextual_update():
194
conversation.wait_for_session_end()
195
196
# Assertions
197
- expected = json.dumps({"type": "contextual_update", "content": "User appears to be looking at pricing page"})
+ expected = json.dumps({"type": "contextual_update", "text": "User appears to be looking at pricing page"})
198
mock_ws.send.assert_any_call(expected)
0 commit comments