diff options
Diffstat (limited to '_pytest/test_command_reply.py')
-rw-r--r-- | _pytest/test_command_reply.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_pytest/test_command_reply.py b/_pytest/test_command_reply.py index bbff617..a674d86 100644 --- a/_pytest/test_command_reply.py +++ b/_pytest/test_command_reply.py @@ -18,7 +18,7 @@ def test_replying_to_child_should_use_parent_ts(realish_eventrouter, team, chann realish_eventrouter.receive_ws_callback(team.team_hash, None) realish_eventrouter.handle_next() - child_hash = channel_general.hash_message(child_ts) + child_hash = channel_general.hashed_messages[child_ts] command_reply(None, channel_general.channel_buffer, '${} test'.format(child_hash)) sent = json.loads(team.ws.sentdata[0]) |