We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08be95 commit fa2b0b9Copy full SHA for fa2b0b9
pubsub/cloud-client/quickstart_test.py
@@ -66,6 +66,4 @@ def test_end_to_end(topic, subscription, capsys):
66
quickstart.end_to_end(PROJECT, topic, subscription, N)
67
out, _ = capsys.readouterr()
68
69
- assert "Received and acknowledged {} messages.".format(N) in out
70
- assert "Publish time" in out
71
- assert "Subscribe time" in out
+ assert "Total publish to subscribe time for {} messages".format(N) in out
0 commit comments