Skip to content

Commit a18080e

Browse files
committed
fix test
1 parent 0c0d32d commit a18080e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_convai.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,5 +194,5 @@ def test_conversation_with_contextual_update():
194194
conversation.wait_for_session_end()
195195

196196
# Assertions
197-
expected = json.dumps({"type": "contextual_update", "content": "User appears to be looking at pricing page"})
197+
expected = json.dumps({"type": "contextual_update", "text": "User appears to be looking at pricing page"})
198198
mock_ws.send.assert_any_call(expected)

0 commit comments

Comments
 (0)