chore(test): remove stale reaction_id from test metadata

The production code no longer reads reaction_id from metadata, so
remove the leftover key from the test_no_removal_when_message_id_missing
test case.
This commit is contained in:
chengyongru 2026-04-19 23:09:20 +08:00 committed by chengyongru
parent 1b231eb69f
commit d5122f6df8

View File

@ -190,7 +190,7 @@ class TestStreamEndReactionCleanup:
await ch.send_delta(
"oc_chat1", "",
metadata={"_stream_end": True, "reaction_id": "rx_42"},
metadata={"_stream_end": True},
)
ch._remove_reaction.assert_not_called()