We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7527a4e commit f70c00bCopy full SHA for f70c00b
1 file changed
pubsub/tests/unit/pubsub_v1/subscriber/test_streaming_pull_manager.py
@@ -272,10 +272,10 @@ def test_heartbeat_inactive():
272
273
274
@mock.patch(
275
- 'google.cloud.pubsub_v1.subscriber._protocol.bidi.ResumableBidiRpc',
+ 'google.api_core.bidi.ResumableBidiRpc',
276
autospec=True)
277
278
- 'google.cloud.pubsub_v1.subscriber._protocol.bidi.BackgroundConsumer',
+ 'google.api_core.bidi.BackgroundConsumer',
279
280
281
'google.cloud.pubsub_v1.subscriber._protocol.leaser.Leaser',
0 commit comments