We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e18346e + b3b7caf commit 05854c5Copy full SHA for 05854c5
tests/test_aiserver.py
@@ -63,8 +63,8 @@ def test_can_speech_to_text(self):
63
self.assertEqual(len(response.text_outputs), 2)
64
65
# Get both text outputs
66
- text_with_timestamps = response.text_outputs[0].text
67
- text_only = response.text_outputs[1].text
+ text_with_timestamps = response.text_outputs[1].text
+ text_only = response.text_outputs[0].text
68
69
# Basic validation of outputs
70
self.assertIsNotNone(text_with_timestamps)
0 commit comments