Skip to content

Commit

Permalink
Updated tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtxm committed Mar 14, 2024
1 parent c1eb4c7 commit 870bfff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_recog_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def test_open(self):
frame = client.open("mycustomer", "mychan")
self.assertEqual(
frame,
r'{"command":"OPEN","request_id":1,"channel_id":"mychan","headers":{"custom_id":"mycustomer","audio_codec":"linear"},"body":""}',
r'{"command":"OPEN","request_id":1,"channel_id":"mychan","headers":{"custom_id":"mycustomer","audio_codec":"linear","session_id":""},"body":""}',
)
with self.assertRaises(ProtocolError):
client.get_params()
Expand Down

0 comments on commit 870bfff

Please sign in to comment.