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.
1 parent c7d4208 commit daaf703Copy full SHA for daaf703
packages/google-cloud-python-speech/unit_tests/test__gax.py
@@ -130,7 +130,6 @@ def test_stream_requests(self):
130
131
config_request = all_requests[0]
132
streaming_request = all_requests[1]
133
- self.assertIsInstance(config_request, StreamingRecognizeRequest)
134
# This isn't set by _make_streaming_request().
135
# The first request can only have `streaming_config` set.
136
# The following requests can only have `audio_content` set.
0 commit comments