You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 9, 2026. It is now read-only.
def test_receive_with_delivery_attempts(
publisher_client, topic, subscription_dlq, dead_letter_topic, capsys
):
_publish_messages(publisher_client, topic)
subscriber.receive_messages_with_delivery_attempts(PROJECT, SUBSCRIPTION_DLQ, 10)
out, _ = capsys.readouterr()
assert "Listening" in out
assert subscription_dlq in out
assert "Received message: " in out
E AssertionError: assert 'Received message: ' in 'Listening for messages on projects/python-docs-samples-tests/subscriptions/subscription-test-subscription-dlq-1269d3d1c92a40d5ab51e6621f50850d..\n\n'
This test failed!
To configure my behavior, see the Build Cop Bot documentation.
If I'm commenting on this issue too often, add the
buildcop: quietlabel andI will stop commenting.
commit: 94d738c
buildURL: Build Status, Sponge
status: failed
Test output